Advertisement
abeksis

Untitled

May 21st, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ### מצב דלת ###
  2. - platform: template
  3. sensors:
  4. front_door:
  5. friendly_name: "Front Door"
  6. value_template: >-
  7. {% if is_state('binary_sensor.switch_158d0001f36255', 'on') %}
  8. Open
  9. {% else %}
  10. Closed
  11. {% endif %}
  12. icon_template: >-
  13. {% if is_state('binary_sensor.switch_158d0001f36255', 'on') %}
  14. mdi:door-open
  15. {% else %}
  16. mdi:door-closed
  17. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement