Hello All,
I am trying to figure out how to show entities that have fallen off of the zigbee network. Code below is not real code, but it is along the lines I am thinking. I only really want to show entities that need some attention.
type: entity-filter
entities:
- entity: sensor.zmoms01_linkquality
- entity: sensor.zmoms_back_garden_linkquality
state_filter:
- operator: =
value: Unavailable
card:
type: glance
title: Missing Sensors
I am sure someone here must have already solved this problem. I think it could also be solved with a not seen in x amount of time but that feels overly complex.
Stuart