Hi, I’ve added the Ring integration but I can’t get it to detect movement (haven’t tried ringing the doorbell yet since it’s the middle of the night here).
Here’s is what I have:
HA V0.103.5 (through hass.io)
configuration.yaml:
ring:
username: ring_username
password: ring_password
binary_sensor:
- platform: ring
monitored_conditions:
- ding
- motion
#camera:
# - platform: ring
sensor:
- platform: ring
Camera gives me a ‘took over 10 seconds’ so I commented it out although it did give me the last movement camera feed.
Entity ‘binary_sensor.ring_porte_d_entree_motion’ has been created so I know it has found it.
In Lovelace,
elements:
- entity: binary_sensor.ring_porte_d_entree_motion
style:
left: 46%
top: 95%
type: state-icon
…
Gives me the ‘walking man’ blue icon but it never changes yellow when the doorbell sees movement and the sensor histogram shows no activity.
Is there something I’m doing wrong?
Thanks.