Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Determine when the washing machine has a load running.
- - binary_sensor:
- - name: "Sèche-Linge"
- delay_off:
- "00:03:00"
- state: >
- {{ states('sensor.prise_seche_linge_power')|float(0) > 10 }}
- unique_id: 4259-4ddb-a177
- icon: >
- {% if states("sensor.prise_seche_linge_power")|float(0) > 10 %}
- mdi:washing-machine
- {% else %}
- mdi:washing-machine-off
- {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment