Advertisement
Guest User

Untitled

a guest
Jan 15th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. - platform: template
  2. sensors:
  3. washing_machine_running:
  4. friendly_name: Washing Machine Running
  5. value_template: >-
  6. {% if state('sensor.0001d3c99c8305_power')|float > 1 and state('sensor.0001d3c99c8305_current')|float > 2 %}
  7. true
  8. {% else %}
  9. false
  10. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement