mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
trying new Imap sensor(s), switched to influxdb on the nas, and added steam sensors for the kids
This commit is contained in:
@@ -117,6 +117,10 @@ template:
|
||||
state: >-
|
||||
{% if state_attr('sensor.steam_76561197960668089', 'game') is not none%}
|
||||
{{ state_attr('sensor.steam_76561197960668089', 'game') }}
|
||||
{% elif state_attr('sensor.steam_steam_76561199812111605', 'game') is not none%}
|
||||
{{ state_attr('sensor.steam_steam_76561199812111605', 'game') }}
|
||||
{% elif state_attr('sensor.steam_steam_76561199876700621', 'game') is not none%}
|
||||
{{ state_attr('sensor.steam_steam_76561199876700621', 'game') }}
|
||||
{% else %}
|
||||
{{ states('sensor.steam_76561197960668089') }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user