Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Toggle - PS1 Venting
- description: ""
- triggers:
- - entity_id:
- - input_boolean.PS1_venting
- to:
- - "on"
- id: PS1-on
- trigger: state
- from:
- - "off"
- - entity_id:
- - input_boolean.PS1_venting
- to: "off"
- id: PS1-off
- trigger: state
- from: "on"
- enabled: true
- - alias: When Fan Timer Ends
- event_type: timer.finished
- event_data:
- entity_id: timer.PS1_venting_timer
- id: timer-PS1-end
- trigger: event
- conditions: []
- actions:
- - choose:
- - conditions:
- - condition: trigger
- id:
- - PS1-on
- sequence:
- - action: script.PS1_venting_timer
- data: {}
- - conditions:
- - condition: trigger
- id:
- - PS1-off
- sequence:
- - action: script.PS1_turn_off
- data: {}
- - conditions:
- - condition: trigger
- id:
- - timer-PS1-end
- sequence:
- - data: {}
- target:
- entity_id: input_boolean.PS1_venting
- action: input_boolean.turn_off
- default: []
- mode: restart
Advertisement
Add Comment
Please, Sign In to add comment