Extend area_entities & area_devices to provide object not assigned to an area. #4211
Unanswered
Spamfast
asked this question in
Template engine
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the enhancement
I'd like to be able to more easily create templates that use lists of entities & devices not in any area, as discussed here. https://community.home-assistant.io/t/how-do-i-get-all-entities-not-in-any-area/1015991/3
While the solution @TheFes gave me works, it would be easier if
area_entities(None)could do the same and the processing overhead would, I suspect be much lower. The same goes forarea_devices.When searching for a solution, I've found a number of other HA users looking for similar functionality.
Example usage
Current workarounds
https://community.home-assistant.io/t/how-do-i-get-all-entities-not-in-any-area/1015991/3
Anything else?
No response
All reactions