lacrima08

Untitled

Dec 31st, 2023
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. - binary_sensor:
  2. - name: "Absence Séjour 2 min"
  3. unique_id: xxxxxxxxxxxxx
  4. state: >
  5. {% if is_state("binary_sensor.presence_sejour", "off") %}
  6. on
  7. {% else %}
  8. off
  9. {% endif %}
  10. delay_on: 00:02:00
Advertisement
Add Comment
Please, Sign In to add comment