mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00

* Add documentation for DoorBird components * Update release to 0.52 * Update example configurations * Update doorbird.markdown * Update DoorBird release from 0.52 to 0.54
977 B
977 B
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 | DoorBird Switch | Instructions how to integrate DoorBird video doorbell relays into Home Assistant. | 2017-08-06 11:30 | true | false | true | true | doorbird.png | Switch | 0.54 | Local Push |
The doorbird
switch platform allows you to power relays in your DoorBird video doorbell device.
You must have the [DoorBird component](/components/doorbird/) configured to use this switch.
To enable this switch, add the following lines to your configuration.yaml
file:
# Example configuration.yaml entry
switch:
- platform: doorbird
switches:
- light_on
- open_door
Configuration variables:
- switches (Required): A list of switches to include. Possible entries are
light_on
for control of the IR array andopen_door
for control of an electronic door strike or alarm.