diff --git a/atom.xml b/atom.xml index 8f63f5abac..3a6a7bf49e 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
# Example configuration.yaml entry
binary_sensor:
- platform: bloomsky
+ monitored_conditions:
+ - Night
+ - Rain
Configuration variables:
+ +The command
binary sensor platform issues specific commands to get data.
The command_line
binary sensor platform issues specific commands to get data.
To use your Command binary sensor in your installation, add the following to your configuration.yaml
file:
The bloomsky
component allows you to access your BloomSky weather station’s sensors and camera from Home Assistant.
The bloomsky
component allows you to access your BloomSky weather station’s sensors, binary sensors, and camera from Home Assistant.
Obtain your PI key from your BloomSky dashboard. Click developers
in the bottom left of the screen.
To integrate your BloomSky hub with Home Assistant, add the following section to your configuration.yaml
file:
Configuration variables:
developers
in the bottom left of the screen)# Example configuration.yaml entry
feedreader:
urls:
- - https://home-assistant.io/atom.xml
- - https://github.com/blog.atom
+ - https://home-assistant.io/atom.xml
+ - https://github.com/blog.atom
To retrieve those values for existing settings, log into your account at https://instapush.im and go to your Dashboard. Then click APPS tab, choose an app, and check the Basic Info section. The Application ID is the api_key
and app_secret
is the Application Secret.
To retrieve the needed values for existing settings, log into your account at https://instapush.im and go to your Dashboard. Then click the APPS tab, choose an app, and check the Basic Info section. The Application ID is the api_key
and app_secret
is the Application Secret.
Assuming that your setup looks look in the image below…
diff --git a/components/notify.nma/index.html b/components/notify.nma/index.html index cd002cabea..bfd7b45038 100644 --- a/components/notify.nma/index.html +++ b/components/notify.nma/index.html @@ -9,7 +9,7 @@The pushetta platform uses Pushetta to delivery notifications from Home Assistant to your devices.
+The pushetta
notify platform uses Pushetta to delivery notifications from Home Assistant to your devices.
To retrieve the API token, log into your account at (http://www.pushetta.com)[http://www.pushetta.com] and go to your Dashboard. Create a new channel by clicking on Channels and then Add a Channel.
To enable Pushetta notifications in your installation, add the following to your configuration.yaml
file:
To retrieve the API token, log into your account at http://www.pushetta.com and go to your Dashboard. Create a new channel by clicking on Channels and then Add a Channel.
-It’s easy to test your Pushetta setup outside of Home Assistant. Assuming you have a channel home-assistant, just fire a request and check the channel page in the dashboard for a new message.
curl -X POST \
@@ -142,6 +142,9 @@
+
+ Introduced in release: pre 0.7
+
This is a platform for
the Notifications component.
diff --git a/components/notify.pushover/index.html b/components/notify.pushover/index.html
index c17c8a101a..4beb600e6e 100644
--- a/components/notify.pushover/index.html
+++ b/components/notify.pushover/index.html
@@ -91,6 +91,8 @@
The Pushover service is a platform for the notify component. This allows components to send messages to the user using Pushover.
+In order to get an API key you need to go to the Pushover website and register a new application. From the website you can also retrieve your user key.
+
To use Pushover notifications, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
@@ -106,8 +108,8 @@
- name (Optional): Setting the optional parameter
name
allows multiple notifiers to be created. The default value is notify
. The notifier will bind to the service notify.NOTIFIER_NAME
.
- - api_key (Required): This parameter is optional but should be configured, in order to get an API key you should go to https://pushover.net and register a new application.
- - user_key (Required): To retrieve this value log into your account at https://pushover.net
+ - api_key (Required): Your API key.
+ - user_key (Required): Your user key for Pushover.
This is a quote from the Pushover website regarding free/open source apps:
@@ -118,6 +120,8 @@
When setting up the application you can use this icon.
+To use notifications, please see the getting started with automation page.
+
diff --git a/components/sensor.bloomsky/index.html b/components/sensor.bloomsky/index.html
index a304ca311a..534e814f1c 100644
--- a/components/sensor.bloomsky/index.html
+++ b/components/sensor.bloomsky/index.html
@@ -111,7 +111,7 @@
Configuration variables:
- - monitored_conditions array Required: The sensors that you wish to monitor on all of your devices. Select from these options:
+
- monitored_conditions array (Required): The sensors that you wish to monitor on all of your devices. Select from these options:
- Humidity
- Luminance
@@ -141,6 +141,12 @@
+
+
+ Introduced in release: 0.14
+
Related components
diff --git a/components/sensor.command_line/index.html b/components/sensor.command_line/index.html
index 70b6c08e32..e82885d9d6 100644
--- a/components/sensor.command_line/index.html
+++ b/components/sensor.command_line/index.html
@@ -89,7 +89,7 @@
- A sensor platform that issues specific commands to get data. This might become our most powerful platform as it allows anyone to integrate any type of sensor into Home Assistant that can get data from the command line.
+ The command_line
sensor platform that issues specific commands to get data. This might become our most powerful platform as it allows anyone to integrate any type of sensor into Home Assistant that can get data from the command line.
To enable it, add the following lines to your configuration.yaml
:
@@ -216,6 +216,9 @@
+
Introduced in release: pre 0.7
diff --git a/components/switch.command_line/index.html b/components/switch.command_line/index.html
index 7378eeb493..f6c2e49d8a 100644
--- a/components/switch.command_line/index.html
+++ b/components/switch.command_line/index.html
@@ -89,7 +89,7 @@
- A switch platform that issues specific commands when it is turned on and off. This might very well become our most powerful platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts!
+ The command_line
switch platform issues specific commands when it is turned on and off. This might very well become our most powerful platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts!
To enable it, add the following lines to your configuration.yaml
:
@@ -208,6 +208,9 @@ This switch will shutdown your host immediately, there will be no confirmation.
+
Introduced in release: pre 0.7
diff --git a/sitemap.xml b/sitemap.xml
index 1abb9d32c1..1a9e7ef676 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1983,62 +1983,62 @@
https://home-assistant.io/demo/frontend.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/index.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-09-01T13:08:54+00:00
+2016-09-01T15:24:31+00:00