Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.label_registry.LabelRegistry Member List

This is the complete list of members for homeassistant.helpers.label_registry.LabelRegistry, including all inherited members.

__init__(self, HomeAssistant hass)homeassistant.helpers.label_registry.LabelRegistry
_data_to_save(self)homeassistant.helpers.label_registry.LabelRegistryprivate
_generate_id(self, str name)homeassistant.helpers.label_registry.LabelRegistryprivate
_label_datahomeassistant.helpers.label_registry.LabelRegistryprivate
_storehomeassistant.helpers.label_registry.LabelRegistryprivate
async_create(self, str name, *str|None color=None, str|None icon=None, str|None description=None)homeassistant.helpers.label_registry.LabelRegistry
async_delete(self, str label_id)homeassistant.helpers.label_registry.LabelRegistry
async_get_label(self, str label_id)homeassistant.helpers.label_registry.LabelRegistry
async_get_label_by_name(self, str name)homeassistant.helpers.label_registry.LabelRegistry
async_list_labels(self)homeassistant.helpers.label_registry.LabelRegistry
async_load(self)homeassistant.helpers.label_registry.LabelRegistry
async_update(self, str label_id, *str|None|UndefinedType color=UNDEFINED, str|None|UndefinedType description=UNDEFINED, str|None|UndefinedType icon=UNDEFINED, str|UndefinedType name=UNDEFINED)homeassistant.helpers.label_registry.LabelRegistry
hasshomeassistant.helpers.label_registry.LabelRegistry
labelshomeassistant.helpers.label_registry.LabelRegistry