Ring doesn't register movement

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.

Wasn’t working when I went to bed but I guess some Gremlins fixed it during the night, because it’s working this morning…

LOL there was no gremlins. Happened tonight again (didn’t work). I then realized that my Ring doorbell was setup to PREVENT movement notification between 9pm and 6am, duh. I removed the schedule and the outside light turned on when movements were detected.

Case closed.