From fa9da7bf9be072be5c130016224ae45353a05221 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 Feb 2016 09:48:38 +0100 Subject: [PATCH] Add docs for bloomsky binary sensor --- .../binary_sensor.bloomsky.markdown | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 source/_components/binary_sensor.bloomsky.markdown diff --git a/source/_components/binary_sensor.bloomsky.markdown b/source/_components/binary_sensor.bloomsky.markdown new file mode 100644 index 00000000000..dbe39559e8e --- /dev/null +++ b/source/_components/binary_sensor.bloomsky.markdown @@ -0,0 +1,25 @@ +--- +layout: page +title: "BloomSky Binary Sensor" +description: "Instructions on how to set up BloomSky binary sensors within Home Assistant." +date: 2016-02-22 07:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: bloomsky.png +ha_category: Binary Sensor +--- + +The `bloomsky` binary sensor platform allows you to get data from your BoomSky device. + +To get your BloomSky binary sensors working with Home Assistant, follow the instructions for the [BloomSky component](/components/bloomsky/) first. + +To use your BloomSky binary sensor in your installation, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +binary_sensor: + - platform: bloomsky +``` +