Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Gardiner ved solskin og høj temperatur
- description: ""
- trigger:
- - platform: template
- value_template: "{{ state_attr('sun.sun', 'azimuth') > 190 }}"
- condition:
- - condition: and
- conditions:
- - condition: numeric_state
- entity_id: zone.home
- above: 0
- - condition: state
- entity_id: weather.hjem
- state: sunny
- - condition: numeric_state
- entity_id: sensor.klimasensor_terrassen_temperature
- above: 20
- - condition: numeric_state
- entity_id: sensor.gennemsnits_temperatur
- above: 23
- action:
- - service: tts.cloud_say
- data:
- cache: false
- entity_id: media_player.kokken
- language: da
- message: Overvej at rulle gardinerne for, så solen ikke varmer stuen op.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement