I created a script but when i go to check config it just goes around in circles.
am i missing something?
alias: Curent Temperatures
sequence:
- service: notify.alexa_media
data_template:
target:
"{{ states.sensor.last_alexa.state }}"
data:
type: tts
message: >-
"Main beddroom is,
{{states('sensor.main_bedroom_temperature')}}c, Bathroom is,
{{states('sensor.bathroom_temperature')}}c, Computer room is,
{{states('sensor.computer_temperature')}}c, Front room is,
{{states('sensor.front_temperature')}}c, Outside is,
{{states('sensor.outside_temperature')}}c, with a humidity of,
{{states('sensor.outside_humidity')}}%"
1 post - 1 participant