so many freaking changes!

This commit is contained in:
CeeWeasel
2025-11-21 09:42:43 -05:00
parent 2e0a197b4d
commit 7b8fbb063e
104 changed files with 9183 additions and 2432 deletions
+8 -1
View File
@@ -48,4 +48,11 @@ template:
state: "{{ states.update | selectattr('state', 'eq', 'on') | map(attribute='entity_id') | select ('in',integration_entities('esphome')) | list | count }}"
icon: mdi:chip
attributes:
devices: "{{ states.update | selectattr('state', 'eq', 'on') | map(attribute='entity_id') | select ('in',integration_entities('esphome')) | list }}"
devices: "{{ states.update | selectattr('state', 'eq', 'on') | map(attribute='entity_id') | select ('in',integration_entities('esphome')) | list }}"
- name: ESPHome Offline Devices
unique_id: c17e967e-e3ff-42dd-a85c-a5c1d1e9ae63
state: "{{ integration_entities('esphome') | select('search', 'status') | select('is_state', 'off') | list | count }}"
icon: mdi:chip
attributes:
devices: "{{ integration_entities('esphome') | select('search', 'status') | select('is_state', 'off') | list }}"