home-assistant.io/source/_components/binary_sensor.skybell.markdown
Mister Wil f1b1ac83d9 Added documentation for Skybell (#3511)
* Added documentation for Skybell

* Changed release version from 0.55 to 0.56

* All the blank lines

* Stray tab
2017-10-09 19:45:55 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Skybell Binary Sensor Instructions on how to integrate your Skybell HD devices within Home Assistant. 2017-10-03 16:00 true false true true skybell.png Binary Sensor 0.56 Cloud Polling

To get your Skybell.com binary sensors working within Home Assistant, please follow the instructions for the general Skybell component.

Once you have enabled the Skybell component, add the following to your configuration.yaml file:

# Example configuration.yaml entry
binary_sensor:
  - platform: skybell
    monitored_conditions:
      - button
      - motion

Configuration variables:

  • monitored_conditions array (Required): Conditions to display in the frontend. The following conditions can be monitored.
    • button: Return a boolean value when the doorbell button was pressed.
    • motion: Return a boolean value when movement was detected by the Skybell doorbell.