Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: markdown
- content: >-
- {% macro out_of_range(value, min_value, max_value) %}
- {{- "" if min_value|float <= value|float <= max_value|float else true -}}
- {% endmacro %}
- {%- set invalid =
- out_of_range(states("sensor.aqara_koleskab_temperature"),4,6) %}
- <font{{ " color=red" if invalid }}><ha-icon
- icon="mdi:fridge"></ha-icon></font> Køleskab {{
- states("sensor.aqara_koleskab_temperature") }}°C {{ " <font
- color='red'>er uden for intervallet</font>" if invalid}}
- title: Køleskab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement