Minor changes
This commit is contained in:
parent
f6524bbc52
commit
aa31566b35
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue