Who can help me?
I have an automation when the next day en he garbage will pickup
The evening before at 20:00
It says wich container we put on the street.
But every day it tells me at 20:00
What is wrong with the config:
alias: Restafval
description: ''
trigger:
- platform: state
entity_id: sensor.afvalwijzer_restafval
attribute: is_collection_date_tomorrow
- platform: time
at: '20:00:00'
condition: []
action:
- service: tts.google_translate_say
data:
entity_id: media_player.fire_tablet_media_player
message: De grijze bak moet morgen aan de straat
language: nl
mode: single