Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - binary_sensor:
- - name: "Absence Séjour 2 min"
- unique_id: xxxxxxxxxxxxx
- state: >
- {% if is_state("binary_sensor.presence_sejour", "off") %}
- on
- {% else %}
- off
- {% endif %}
- delay_on: 00:02:00
Advertisement
Add Comment
Please, Sign In to add comment