mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Minor changes
This commit is contained in:
parent
f6524bbc52
commit
aa31566b35
@ -10,6 +10,7 @@ footer: true
|
|||||||
logo: bloomsky.png
|
logo: bloomsky.png
|
||||||
ha_category: Binary Sensor
|
ha_category: Binary Sensor
|
||||||
ha_release: 0.14
|
ha_release: 0.14
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
The `bloomsky` binary sensor platform allows you to get data from your BloomSky device.
|
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
|
# Example configuration.yaml entry
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
- platform: bloomsky
|
- 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
|
||||||
|
@ -9,10 +9,14 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: bloomsky.png
|
logo: bloomsky.png
|
||||||
ha_category: Hub
|
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:
|
To integrate your BloomSky hub with Home Assistant, add the following section to your `configuration.yaml` file:
|
||||||
|
|
||||||
@ -24,4 +28,4 @@ bloomsky:
|
|||||||
|
|
||||||
Configuration variables:
|
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.
|
||||||
|
@ -9,6 +9,8 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
logo: bloomsky.png
|
logo: bloomsky.png
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
|
ha_release: 0.14
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
@ -33,7 +35,7 @@ sensor:
|
|||||||
|
|
||||||
Configuration variables:
|
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
|
- Humidity
|
||||||
- Luminance
|
- Luminance
|
||||||
- Night
|
- Night
|
||||||
|
Loading…
x
Reference in New Issue
Block a user