А
Size: a a a
А
ДЦ
А
ДЦ
12
ch
12
D
ch
12
D
A
WM
Some Zigbee devices haven't been seen lately...
{% for state in states -%}
{%- if state.attributes.last_seen %}
{%- if (as_timestamp(now()) - as_timestamp(state.attributes.last_seen) > (60 * 60 * 6) ) %}
{{ ((as_timestamp(now()) - as_timestamp(state.attributes.last_seen)) / (3600)) | round(1) }} hours ago for {{ state.name }}
{%- endif -%}
{%- endif -%}
{%- endfor %}
D
Д
V
D
D
AI