home-assistant.io/source/_components/binary_sensor.bloomsky.markdown

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page BloomSky Binary Sensor Instructions on how to set up BloomSky binary sensors within Home Assistant. 2016-02-22 07:00 true false true true bloomsky.png Environment 0.14 Cloud Polling

The bloomsky binary sensor platform allows you to get data from your BloomSky device.

To get your BloomSky binary sensors working with Home Assistant, follow the instructions for the BloomSky component first.

{% linkable_title Configuration %}

To use your BloomSky binary sensor in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: bloomsky
    monitored_conditions:
      - Night
      - Rain

{% configuration %} monitored_conditions: description: "The sensors that you wish to monitor on all of your devices. Select from these options:" required: true type: list keys: night: description: Night rain: description: Rain {% endconfiguration %}