#Detected deprecated binary_sensor entity usage

1 messages · Page 1 of 1 (latest)

raven galleon
#

Hi, I have a automation that I use a ring doorbell with that will turn on the outdoor lights if the camera detects motion after dark. This automation has been working nicely up until a few days ago where it just stopped completely. I checked the HA repair warnings and got the message in the picture. This seams like a fairly easy fix, I just don't know how to do it. Can someone help me?

vestal prawn
raven galleon
#

I dont see what im supposed to chnage based on this. Im sure it dose say it somewhere but I only really use the visual mode to make the automations. I try to stay away form the code editor. ```alias: Outside - Everyone - Automation - Doorbell Motion - Turn On Porch Light
description: ""
triggers:

  • entity_id:
    • binary_sensor.ring_doorbell_motion
      to: "on"
      trigger: state
      conditions:
  • condition: sun
    before: sunrise
    after: sunset
    actions:
  • type: turn_on
    device_id: 7e5c23570904a9b730fd2c02c44b1363
    entity_id: d8f7aab941752f30e47576d25ad54d05
    domain: switch
  • delay:
    hours: 0
    minutes: 30
    seconds: 0
    milliseconds: 0
  • type: turn_off
    device_id: 7e5c23570904a9b730fd2c02c44b1363
    entity_id: d8f7aab941752f30e47576d25ad54d05
    domain: switch
    mode: single
raven galleon
cobalt basin
raven galleon
cobalt basin
# raven galleon Ok, that is what I wanted. Do you know if ring changed something so now it only ...

I am not sure of the specifics off it but it does seem to be slower now than it once was. I want to move away from it but replacing is not an easy option currently. which is a pain. I use the ding event to trigger a replay on an esp32 device which triggers an older chime which I couldn't directly wire to it. it can take a few seconds sometimes which is awkward but workabout. doesnt usually take much more though. a minute would be very painful...

raven galleon
cobalt basin
raven galleon
#

Im not sure, that's what I was wondering. Pressing "live" works for me but everything else takes about a minute to update now based on the little testing I did, which made me think that is what the screenshot was talking about. I could very well be wrong about that though