mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
so many freaking changes!
This commit is contained in:
@@ -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 }}"
|
||||
Reference in New Issue
Block a user