SF
- alias: HA restart
trigger:
- platform: homeassistant
event: shutdown
condition: []
action:
- service: scene.create
data:
scene_id: before
snapshot_entities:
- climate.dush
- climate.fedor
- climate.garazh
- climate.gostevaia
- climate.kabinet
- climate.koridor
- climate.kukhnia
- climate.masterskaia
- climate.sofiia
- climate.spalnia
- climate.vkhod
- climate.zal
- alias: HA start
trigger:
- platform: homeassistant
event: start
condition: []
action:
- delay: '00:02:00'
- service: scene.turn_on
data:
entity_id: scene.before
Но не работают они. Ошибое есссстественно нет, но и результата тоже. Чего не хватает?