I was excited to see that 0.98.0 had support for Ring lights. But after trying it and not seeing my wired flood lights show up, I noticed that the integration page mentions cameras with lights. Can anyone tell me if stand-alone (with bridge) lights are supported. If not, is this something that is planned?
I got excited
Currently only doorbells are supported by this sensor.
Ring smart lighting is not supported, this is for the floodlight cam that also has a siren. I don’t know of any integration that offers ring smart lighting in home assistant. The ring alarm mqtt custom component has potential i believe.
Even with the Ring floodlight camera, I’m also not seeing the light entities get registered within Home Assistant 0.102.2
.
The following are in my configuration.yaml
file.
camera:
- platform: arlo
- platform: ring
...
light:
- platform: ring
...
ring:
username: !secret ring_username
password: !secret ring_password
The logs seem to indicate that it’s setup properly
2019-12-01 12:29:44 [homeassistant.setup] Setup of domain ring took 10.8 seconds.
2019-12-01 12:29:44 [homeassistant.setup] Setup of domain cover took 10.2 seconds.
2019-12-01 12:29:44 [homeassistant.components.binary_sensor] Setting up binary_sensor.ring
2019-12-01 12:29:44 [homeassistant.components.sensor] Setting up sensor.ring
2019-12-01 12:29:44 [homeassistant.components.camera] Setting up camera.ring
2019-12-01 12:29:44 [homeassistant.components.light] Setting up light.ring
Once started up, I see the floodlight camera, binary_sensor, and sensor entities all show up in the device state list, but the light entity is not appearing.