Advertisement
kiwijunglist

Untitled

Jun 13th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.40 KB | None | 0 0
  1.    - service_template:
  2.      "{% if is_state('binary_sensor.door_window_sensor_158d0001fd55d5', 'on') %}
  3.      rest_command.set_climate_to_on
  4.      {% elif is_state('binary_sensor.door_window_sensor_158d0001fd55d5', 'off') %}
  5.      climate.set_operation_mode
  6.      entity_id: climate.panasonic_aircon
  7.      data:
  8.        operation_mode: 'off'
  9.      {% else %}
  10.      # Do Nothing
  11.      {% endif %}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement