mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-07-22 03:30:24 +00:00
Very Close to a final answer here #285 thanks to @arsaboo
This commit is contained in:
parent
936a4ea475
commit
4e226a5bd9
@ -20,12 +20,15 @@ sensor:
|
|||||||
'Entry Alarm Panel',
|
'Entry Alarm Panel',
|
||||||
'Dash Button',
|
'Dash Button',
|
||||||
'Master Bedroom Roku',
|
'Master Bedroom Roku',
|
||||||
|
'Brother Printer',
|
||||||
'Wii',
|
'Wii',
|
||||||
'Withings Scale'
|
'Withings Scale'
|
||||||
]) -%}
|
])
|
||||||
{{ item.attributes.friendly_name }}
|
and(as_timestamp(now()) - as_timestamp(item.last_changed)) > 600 -%}
|
||||||
|
{{ item.attributes.friendly_name }} - {{((as_timestamp(now()) - as_timestamp(item.last_changed))/60) | round() }} minutes
|
||||||
{%- if not loop.last -%}
|
{%- if not loop.last -%}
|
||||||
{{', '}}
|
{{'
|
||||||
|
'}}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user