Skybell HD motion sensor

Hello!

My goal is to have:

Skybell motion detector detect motions, turns on front porch light(only after sun down)

So the skybell is able to use ifttt.

I am able to have the skybell add entries to a google sheet.

My question is, is it possible to pull data from the google sheet so HA can read it?

Yesterday I installed my skybell hd. But I’m a bit disappointed as both ths skybell integratation of HA and IFTTT have a huge delay detecting motion and/or the button push. Is it me or it is really slow? Do you have a work around for this??

Even though my Skybell seems to configures properly it isn’t working. Here is my config:

    - alias: Front door motion
      trigger:
        platform: state
        entity_id: binary_sensor.skybell_front_door_motion
        to: 'on'
      action:
        service: tts.google_say
        data:
          entity_id: media_player.family_room_speaker
          message: "Motion detected at the front door!"