Advertisement
kiwijunglist

Untitled

Aug 5th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. update_heat_pump_status:
  2. sequence:
  3. - service_template: >
  4. {% if is_state('binary_sensor.heat_pump', 'on') %}
  5. script.heat_pump_on
  6. {% else %}
  7. script.heat_pump_off
  8. {% endif -%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement