mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00
1.1 KiB
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 Switch | Instructions on how to integrate your Skybell HD devices within Home Assistant. | 2017-10-03 16:00 | true | false | true | true | skybell.png | Switch | 0.56 | Cloud Polling |
To get your Skybell.com switches 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
switch:
- platform: skybell
monitored_conditions:
- do_not_disturb
- motion_sensor
{% configuration %} monitored_conditions: description: Conditions to display in the frontend. required: true type: list keys: do_not_disturb: description: Control the state of your doorbells indoor chime. motion_sensor: description: Control the state of your doorbells motion sensor. {% endconfiguration %}