home-assistant.io/source/_components/binary_sensor.skybell.markdown
Jorim Tielemans 5c852edbde More various improvements - letter b (#6990)
* More various fixed - letter b

Adds titles (and make other linkable)
Improved indentation
Reorder configuration keys
Remove empty lines and trailing spaces

* No idea why this happened

* String can't start with *
2018-10-21 17:05:53 +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 Doorbell 0.56 Cloud Polling

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

{% linkable_title Configuration %}

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 %} monitored_conditions: description: Conditions to display in the frontend. The following conditions can be monitored. required: true type: list keys: button: description: Returns whether the doorbell button was pressed. motion: description: Returns whether movement was detected by the Skybell doorbell. {% endconfiguration %}