Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.area_registry.AreaRegistry Member List

This is the complete list of members for homeassistant.helpers.area_registry.AreaRegistry, including all inherited members.

__init__(self, HomeAssistant hass)homeassistant.helpers.area_registry.AreaRegistry
_area_datahomeassistant.helpers.area_registry.AreaRegistryprivate
_async_setup_cleanup(self)homeassistant.helpers.area_registry.AreaRegistryprivate
_async_update(self, str area_id, *set[str]|UndefinedType aliases=UNDEFINED, str|None|UndefinedType floor_id=UNDEFINED, str|None|UndefinedType icon=UNDEFINED, set[str]|UndefinedType labels=UNDEFINED, str|UndefinedType name=UNDEFINED, str|None|UndefinedType picture=UNDEFINED)homeassistant.helpers.area_registry.AreaRegistryprivate
_data_to_save(self)homeassistant.helpers.area_registry.AreaRegistryprivate
_generate_id(self, str name)homeassistant.helpers.area_registry.AreaRegistryprivate
_storehomeassistant.helpers.area_registry.AreaRegistryprivate
areashomeassistant.helpers.area_registry.AreaRegistry
async_create(self, str name, *set[str]|None aliases=None, str|None floor_id=None, str|None icon=None, set[str]|None labels=None, str|None picture=None)homeassistant.helpers.area_registry.AreaRegistry
async_delete(self, str area_id)homeassistant.helpers.area_registry.AreaRegistry
async_get_area(self, str area_id)homeassistant.helpers.area_registry.AreaRegistry
async_get_area_by_name(self, str name)homeassistant.helpers.area_registry.AreaRegistry
async_get_or_create(self, str name)homeassistant.helpers.area_registry.AreaRegistry
async_list_areas(self)homeassistant.helpers.area_registry.AreaRegistry
async_load(self)homeassistant.helpers.area_registry.AreaRegistry
async_update(self, str area_id, *set[str]|UndefinedType aliases=UNDEFINED, str|None|UndefinedType floor_id=UNDEFINED, str|None|UndefinedType icon=UNDEFINED, set[str]|UndefinedType labels=UNDEFINED, str|UndefinedType name=UNDEFINED, str|None|UndefinedType picture=UNDEFINED)homeassistant.helpers.area_registry.AreaRegistry
hasshomeassistant.helpers.area_registry.AreaRegistry