Why automation always starts after 1 minute?

I have a simple automation that when the smart tv turns on, sends a magic packet to wol my server. it works fine but I dont understand why it always start after 1 minute delay instead of immediately.
if I turnon the tv and look in the automation screen in the “last activation date” I see “in 1 minute”, then it count till 0 and only then run the automation.
any help?

`alias: SuSmartTvAccendiServer
description: ""
trigger:
  - platform: state
    entity_id: media_player.samsung_7_series_43
    from: "off"
    to: "on"
condition: []
action:
  - service: wake_on_lan.send_magic_packet
    metadata: {}
    data:
      broadcast_port: 9
      mac: D8-CB-8A-9F-37-39
mode: single
`

Sounds like your time is incorrect.

Agreed. Check that your NTP time server is correct on your network and it matches what HA is using.