initial ideas to followup on #2
Replies: 2 comments 17 replies
-
Hi @Mariusthvdb, For the first one, a lovelace config can be used. I was sure that Home Assistant front-end should have a way to send the entity to a dialog component. I have checked and each custom_attributes:
filter_attributes:
## Filter attributes from specific entities
sensor.my_sensor:
- some_attribute
- some_attribute
## Filter attributes from entities that match a glob
"light.kitchen_*":
- some_attribute
- some_attribute
"sensor.*battery*":
- some_attribute
- some_attribute
## Filter attributes from domains
"person.*":
- some_attribute
- some_attribute For the second, I need some explanation to understand it. |
Beta Was this translation helpful? Give feedback.
-
all accomplished, so closing ;-) |
Beta Was this translation helpful? Give feedback.
-
options
on a select or input_select entity, but do filter on an enum device_class (which was my whole purpose to begin with)Beta Was this translation helpful? Give feedback.
All reactions