Skybell Binary Sensor
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.