DoorBird Switch
The doorbird
switch platform allows you to power relays in your DoorBird video doorbell device.
You must have the DoorBird component 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.