Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.collection._CollectionLifeCycle Member List

This is the complete list of members for homeassistant.helpers.collection._CollectionLifeCycle, including all inherited members.

_add_entity(self, CollectionChange change_set)homeassistant.helpers.collection._CollectionLifeCycleprivate
_collection_changed(self, Iterable[CollectionChange] change_set)homeassistant.helpers.collection._CollectionLifeCycleprivate
_entity_removed(self, str item_id)homeassistant.helpers.collection._CollectionLifeCycleprivate
_remove_entity(self, CollectionChange change_set)homeassistant.helpers.collection._CollectionLifeCycleprivate
_update_entity(self, CollectionChange change_set)homeassistant.helpers.collection._CollectionLifeCycleprivate
async_setup(self)homeassistant.helpers.collection._CollectionLifeCycle