mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 01:28:58 +00:00
36 lines
987 B
Markdown
36 lines
987 B
Markdown
---
|
|
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
|
|
ha_release: 0.14
|
|
ha_iot_class: "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](/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
|
|
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
|