Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Sypialnia termostat - stan okna
- description: ""
- trigger:
- - platform: state
- entity_id:
- - binary_sensor.okno_sypialnia_contact
- condition: []
- action:
- - choose:
- - conditions:
- - condition: state
- entity_id: binary_sensor.okno_sypialnia_contact
- state: "on"
- sequence:
- - type: turn_on
- device_id: a4157f40bb7adddf81e3b7c64aee8bc1
- entity_id: 60abbef37bb383021a78579a9f132a05
- domain: switch
- - conditions:
- - condition: state
- entity_id: binary_sensor.okno_sypialnia_contact
- state: "off"
- sequence:
- - type: turn_off
- device_id: a4157f40bb7adddf81e3b7c64aee8bc1
- entity_id: 60abbef37bb383021a78579a9f132a05
- domain: switch
- default: []
- mode: single
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement