From aa31566b35a5ff7cf532bd2f3e0166dda39914d6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 1 Sep 2016 10:14:06 +0200 Subject: [PATCH] Minor changes --- source/_components/binary_sensor.bloomsky.markdown | 9 +++++++++ source/_components/bloomsky.markdown | 8 ++++++-- source/_components/sensor.bloomsky.markdown | 4 +++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/source/_components/binary_sensor.bloomsky.markdown b/source/_components/binary_sensor.bloomsky.markdown index ba3b32a98fa..2a4ba02d575 100644 --- a/source/_components/binary_sensor.bloomsky.markdown +++ b/source/_components/binary_sensor.bloomsky.markdown @@ -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 diff --git a/source/_components/bloomsky.markdown b/source/_components/bloomsky.markdown index 7b326baf8a4..c34d8a75931 100644 --- a/source/_components/bloomsky.markdown +++ b/source/_components/bloomsky.markdown @@ -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. diff --git a/source/_components/sensor.bloomsky.markdown b/source/_components/sensor.bloomsky.markdown index 07c28221aa6..d085060f349 100644 --- a/source/_components/sensor.bloomsky.markdown +++ b/source/_components/sensor.bloomsky.markdown @@ -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