Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Sauna lämmin
- mode: single
- sequence:
- - service: cover.set_cover_position
- data:
- position: 0
- target:
- entity_id:
- - cover.keittio
- - cover.olohuone
- - cover.makuuhuone
- - service: adaptive_lighting.set_manual_control
- data:
- entity_id: switch.adaptive_lighting_keittion_valot
- lights: light.keittio_kattolamput
- manual_control: true
- - delay:
- hours: 0
- minutes: 0
- seconds: 2
- milliseconds: 0
- - service: light.turn_on
- data:
- transition: 2
- rgb_color:
- - 180
- - 255
- - 0
- brightness_pct: 100
- target:
- entity_id:
- - light.naytto_valot
- - light.sangynpaaty
- - light.tv_taso
- - light.keittionvalo
- - light.trophyvalo
- - service: light.turn_on
- data:
- transition: 2
- rgb_color:
- - 0
- - 205
- - 255
- brightness_pct: 100
- target:
- entity_id: light.sauna_valo
- - service: notify.kirbo
- data:
- title: Sauna
- message: Saunassa on (+{{ states('sensor.ruuvitag_sauna_temperature') }}°C) !
- - service: script.symfonisk_tts
- data:
- Message: >-
- Saunassa on {{ states('sensor.ruuvitag_sauna_temperature')|round }} astetta
- Entities:
- entity_id:
- - media_player.makuuhuone_symfonisk
- - media_player.olohuone_symfonisk
- Volume: 50
- Language: fi-FI
- Gender: female
- Cache: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement