FR: add integration/device entities to filter options
See original GitHub issuegiven the new power of {{integration_entities('Philips Hue')}}
and {{device_entities(device_id(‘Philips Hue’))}} (and the demise of many attributes we could use before to determine to which integration an entity belonged before, please add both integration and device to the filter options.
So maybe we can use
filter:
include:
- integration: Philips Hue
entity_id: *temperature
or
filter:
include:
- device:
device_id: Philips Hue
thanks for considering
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Entity Filter Card - Home Assistant
The Entity Filter card allows you to define a list of entities that you want to track only when in a certain state....
Read more >thomasloven/lovelace-auto-entities - GitHub
Entities can be sorted, either on a filter-by-filter basis by adding a sort: option to the filter, or all at once after all...
Read more >Entity Filters - Technical Documentation For IFS Cloud
The Filters screen displays all the Filters created. This screen is read only. The creation of new filters is done in App Details....
Read more >Copy configuration data between companies or legal entities ...
There are two options for copying configuration data in finance and operations: ... To add filters to the entity, use the Filter button....
Read more >Google Assistant configuration - Nabu Casa
The Google Assistant integration allows users to control the entities via the ... can add Home Assistant Cloud by Nabu Casa using the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, and the config entries are not available to the frontend due to security issues, so that won’t work for auto-entities.
This is partially added to 1.10.0. Unfortunately, the long name is not available to the frontend, so instead it would be
integration: philips_hue
.