ability to enable/disable motion activated lights on ring floodlights from home assistant #320
Replies: 6 comments 8 replies
-
It would of course be possible to implement this but it would require researching the API commands needed as there's no pre-built function in ring-client-api. That's not something I have time or interest in doing myself, but if you want to do it and then share that information, I'd be willing to consider implementing it. You could maybe do some of this with just the standard Ring Modes feature since those can be exposed and controlled by ring-mqtt. Otherwise you could always use HA for all notificaitons and control the notifications there. |
Beta Was this translation helpful? Give feedback.
-
It looks like this ability is not available in the web app. So this is going to be more difficult. |
Beta Was this translation helpful? Give feedback.
-
Just for future reference: API endpoint: https://api.ring.com/devices/v1/devices/<doorbotId>/settings Disable motion activated lights:
Enable motion activated lights:
|
Beta Was this translation helpful? Give feedback.
-
oh sweet! This is different from the motion detection you just added though correct? |
Beta Was this translation helpful? Give feedback.
-
Is this something you’d consider adding? Or should I learn to code and make a PR? |
Beta Was this translation helpful? Give feedback.
-
+1 on feature request |
Beta Was this translation helpful? Give feedback.
-
Is it possible to integrate a switch to enable/disable motion activation of any ring flood lights from home assistant? There is a toggle for it in the ring app. It would be helpful to be able to build automations around disabling the motion activated lights for situations where they are more of a nuisance such as when we are just hanging out in the backyard or entertaining guests (the floodlight is constantly going on and off and tends to be fairly blinding).
Beta Was this translation helpful? Give feedback.
All reactions