Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automation run later 3 minutes #117307

Open
bigboban opened this issue May 12, 2024 · 1 comment
Open

Automation run later 3 minutes #117307

bigboban opened this issue May 12, 2024 · 1 comment

Comments

@bigboban
Copy link

The problem

I have time TTS automation to say time every half hour. But it runs 3 minutes later.

Screenshot 2024-05-12 160356

If i look at doc i think it does NOT promise to run at x:00, x:30, .. But it worked like that for years.

What version of Home Assistant Core has the issue?

2024.5.0

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

- alias: Gong oznámí
  id: gong
  trigger:
    platform: time_pattern
    minutes: /30
    seconds: 0
  condition:
    - condition: time
      after: '08:30:00'
      before: '21:01:00'        
  action:
    - service: tts.google_say
      entity_id: media_player.family_room_speaker
      data_template:    
        message: Právě je {{now().hour}} hodin a {{now().minute}} minut

Anything in the logs that might be useful for us?

A thing this works fine for years. I see this problem maybe last month. A don't know what changed.

Additional information

No response

@bigboban
Copy link
Author

Still broken in last version. No reaction here?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant