Minor changes

This commit is contained in:
Fabian Affolter 2016-09-01 10:14:06 +02:00
parent f6524bbc52
commit aa31566b35
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
3 changed files with 18 additions and 3 deletions

View File

@ -10,6 +10,7 @@ footer: true
logo: bloomsky.png
ha_category: Binary Sensor
ha_release: 0.14
ha_iot_class: "Cloud Polling"
---
The `bloomsky` binary sensor platform allows you to get data from your BloomSky device.
@ -22,5 +23,13 @@ To use your BloomSky binary sensor in your installation, add the following to yo
# Example configuration.yaml entry
binary_sensor:
- platform: bloomsky
monitored_conditions:
- Night
- Rain
```
Configuration variables:
- **monitored_conditions** array (*Required*): The sensors that you wish to monitor on all of your devices. Select from these options:
- Night
- Rain

View File

@ -9,10 +9,14 @@ sharing: true
footer: true
logo: bloomsky.png
ha_category: Hub
ha_release: 0.14
ha_iot_class: "Cloud Polling"
---
The `bloomsky` component allows you to access your [BloomSky](http://www.insteon.com/) weather station's [sensors](/components/sensor.bloomsky) and [camera](/components/camera.bloomsky) from Home Assistant.
The `bloomsky` component allows you to access your [BloomSky](https://www.bloomsky.com/) weather station's [sensors](/components/sensor.bloomsky), [binary sensors](/components/binary_sensor.bloomsky), and [camera](/components/camera.bloomsky) from Home Assistant.
Obtain your PI key from your [BloomSky dashboard](https://dashboard.bloomsky.com). 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:
@ -24,4 +28,4 @@ bloomsky:
Configuration variables:
- **api_key** *Required*: Your BloomSky API key, obtained from your [BloomSky dashboard](https://dashboard.bloomsky.com) (click `developers` in the bottom left of the screen)
- **api_key** (*Required*): Your BloomSky API key.

View File

@ -9,6 +9,8 @@ sharing: true
footer: true
logo: bloomsky.png
ha_category: Sensor
ha_release: 0.14
ha_iot_class: "Cloud Polling"
---
@ -33,7 +35,7 @@ sensor:
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
- Night