Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.71 KB | None | 0 0
  1.  - platform: template
  2.     switches:
  3.       klima:
  4.         value_template: "{{ is_state('climate.klima', 'cool') }}"
  5.         turn_on:
  6.           service: script.turn_on
  7.           data:
  8.             entity_id: script.1563813145252      
  9.         turn_off:
  10.           service: script.turn_on
  11.           data:
  12.             entity_id: script.1563813175335
  13.   - platform: template
  14.     switches:
  15.       klima_grzanie:
  16.         value_template: "{{ is_state('climate.klima', 'heat') }}"
  17.         turn_on:
  18.           service: script.turn_on
  19.           data:
  20.             entity_id: script.1567442205842      
  21.         turn_off:
  22.           service: script.turn_on
  23.           data:
  24.             entity_id: script.1563813175335
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement