hi.
Trying to create a dynamic group using appdaemon that would contain newly created entities created elsewhere in the system.
Does appdaemon have any hooks into this ?
I couldn’t find any.
Ideally my appdaemon class should be notified on newly created entities that match a predefined pattern. entity name is not one of them.
I want to create a group that holds all media_player entities created by the google chromecast groups feature.
These groups are maintained in the google home app and are in turn exposed as new mediaplayer entities within HA. I dont know the names beforehand so creating a group the good old fashioned way will not suffice here.