Advertisement
Guest User

Untitled

a guest
Nov 15th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.64 KB | None | 0 0
  1. - id: '1585256872037'
  2.   alias: Szellőztetés indul
  3.   description: ''
  4.   trigger:
  5.   - entity_id: group.all_windows
  6.     from: 'off'
  7.     platform: state
  8.     to: 'on'
  9.   condition: []
  10.   action:
  11.   - data: {}
  12.     entity_id: group.all_heating
  13.     service: climate.turn_off
  14.   - data: {}
  15.     entity_id: group.all_ac
  16.     service: climate.turn_off
  17. - id: '1585262697328'
  18.   alias: Szellőztetés vége
  19.   description: ''
  20.   trigger:
  21.   - entity_id: group.all_windows
  22.     from: 'on'
  23.     platform: state
  24.     to: 'off'
  25.   condition: []
  26.   action:
  27.   - data:
  28.       hvac_mode: auto
  29.     entity_id: group.all_heating
  30.     service: climate.set_hvac_mode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement