Synchronize google home

How to create an automation in home assist to synchronize google home

I use this

alias: Synkroniser mine enheder
description: “”
triggers:

  • trigger: time
    at: “05:31:00”
  • trigger: homeassistant
    event: start
    conditions:
    actions:
  • delay:
    hours: 0
    minutes: 1
    seconds: 0
    milliseconds: 0
  • action: google_assistant_sdk.send_text_command
    metadata: {}
    data:
    command: synkroniser mine enheder
    media_player: media_player.haven
    mode: single

Do you have the yaml version

Unfortunataly does th action google_assistant_sdk does not appear and then its over thanks for reply

Typing google_assistant only synchronize devices appear but this feature is ignored in the automation whatever i try, a created button on HA works fine but i want to create an automation after restart HA, otherwise the sensors are unknown in google home