Cleanup ZHA group entity lifecycle (#33977)
* Clean up ZHA group entity lifecycle * group entities don't use state restore * add tests
This commit is contained in:
parent
14c35c9223
commit
13dda7bd98
7 changed files with 125 additions and 45 deletions
|
@ -213,6 +213,7 @@ SIGNAL_SET_LEVEL = "set_level"
|
|||
SIGNAL_STATE_ATTR = "update_state_attribute"
|
||||
SIGNAL_UPDATE_DEVICE = "{}_zha_update_device"
|
||||
SIGNAL_REMOVE_GROUP = "remove_group"
|
||||
SIGNAL_GROUP_ENTITY_REMOVED = "group_entity_removed"
|
||||
SIGNAL_GROUP_MEMBERSHIP_CHANGE = "group_membership_change"
|
||||
|
||||
UNKNOWN = "unknown"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue