trying new Imap sensor(s), switched to influxdb on the nas, and added steam sensors for the kids

This commit is contained in:
CeeWeasel
2026-06-05 09:55:37 -04:00
parent bf67d595ef
commit 70989327d5
4 changed files with 27 additions and 20 deletions
@@ -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 %}