lacrima08

Untitled

Dec 24th, 2023
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. - sensor:
  2. - name: "Absence Sejour Delay Template"
  3. unique_id: xxxxx-f921-4974-bb5e-xxxx
  4. state: >-
  5. {% set heures = states("input_number.absence_sejour_heures") | int %}
  6. {% set minutes = states("input_number.absence_sejour_minutes") | int %}
  7. {% set secondes = states("input_number.absence_sejour_secondes") | int %}
  8.  
  9. {{ "{:02d}".format(heures) }}:{{ "{:02d}".format(minutes) }}:{{ "{:02d}".format(secondes) }}
  10. icon: >
  11. mdi:timer
  12.  
Advertisement
Add Comment
Please, Sign In to add comment