mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
8 lines
488 B
YAML
8 lines
488 B
YAML
template:
|
|
- sensor:
|
|
- name: "Frigate: Offline Cameras"
|
|
unique_id: 86a8904e-5713-4dac-8d59-fd65afcc8f83
|
|
state: "{{ states.camera | map(attribute='entity_id') | select ('in',integration_entities('frigate')) | select('is_state', 'unavailable') | list | count }}"
|
|
icon: mdi:cctv-off
|
|
attributes:
|
|
cameras: "{{ states.camera | map(attribute='entity_id') | select ('in',integration_entities('frigate')) | select('is_state', 'unavailable') | list }}" |