Home Assistant Unofficial Reference 2024.12.1
homeassistant.config_entries.ConfigEntry Member List

This is the complete list of members for homeassistant.config_entries.ConfigEntry, including all inherited members.

__async_setup_with_context(self, HomeAssistant hass, loader.Integration|None integration)homeassistant.config_entries.ConfigEntryprivate
__init__(self, *datetime|None created_at=None, Mapping[str, Any] data, ConfigEntryDisabler|None disabled_by=None, MappingProxyType[str, tuple[DiscoveryKey,...]] discovery_keys, str domain, str|None entry_id=None, int minor_version, datetime|None modified_at=None, Mapping[str, Any]|None options, bool|None pref_disable_new_entities=None, bool|None pref_disable_polling=None, str source, ConfigEntryState state=ConfigEntryState.NOT_LOADED, str title, str|None unique_id, int version)homeassistant.config_entries.ConfigEntry
__repr__(self)homeassistant.config_entries.ConfigEntry
__setattr__(self, str key, Any value)homeassistant.config_entries.ConfigEntry
_async_cancel_retry_setuphomeassistant.config_entries.ConfigEntryprivate
_async_init_reauth(self, HomeAssistant hass, ConfigFlowContext|None context=None, dict[str, Any]|None data=None)homeassistant.config_entries.ConfigEntryprivate
_async_process_on_unload(self, HomeAssistant hass)homeassistant.config_entries.ConfigEntryprivate
_async_set_state(self, HomeAssistant hass, ConfigEntryState state, str|None reason, str|None error_reason_translation_key=None, dict[str, str]|None error_reason_translation_placeholders=None)homeassistant.config_entries.ConfigEntryprivate
_async_setup_again(self, HomeAssistant hass, *Any _)homeassistant.config_entries.ConfigEntryprivate
_integration_for_domainhomeassistant.config_entries.ConfigEntryprivate
_on_unloadhomeassistant.config_entries.ConfigEntryprivate
_R(self, HomeAssistant hass, Coroutine[Any, Any, _R] target, str|None name=None, bool eager_start=True)homeassistant.config_entries.ConfigEntryprivate
_R(self, HomeAssistant hass, Coroutine[Any, Any, _R] target, str name, bool eager_start=True)homeassistant.config_entries.ConfigEntryprivate
_trieshomeassistant.config_entries.ConfigEntryprivate
add_update_listener(self, UpdateListenerType listener)homeassistant.config_entries.ConfigEntry
as_dict(self)homeassistant.config_entries.ConfigEntry
as_json_fragment(self)homeassistant.config_entries.ConfigEntry
as_storage_fragment(self)homeassistant.config_entries.ConfigEntry
async_cancel_retry_setup(self)homeassistant.config_entries.ConfigEntry
async_get_active_flows(self, HomeAssistant hass, set[str] sources)homeassistant.config_entries.ConfigEntry
async_migrate(self, HomeAssistant hass)homeassistant.config_entries.ConfigEntry
async_on_unload(self, Callable[[], Coroutine[Any, Any, None]|None] func)homeassistant.config_entries.ConfigEntry
async_remove(self, HomeAssistant hass)homeassistant.config_entries.ConfigEntry
async_setup(self, HomeAssistant hass, *loader.Integration|None integration=None)homeassistant.config_entries.ConfigEntry
async_setup_locked(self, HomeAssistant hass, loader.Integration|None integration=None)homeassistant.config_entries.ConfigEntry
async_shutdown(self)homeassistant.config_entries.ConfigEntry
async_start_reauth(self, HomeAssistant hass, ConfigFlowContext|None context=None, dict[str, Any]|None data=None)homeassistant.config_entries.ConfigEntry
async_unload(self, HomeAssistant hass, *loader.Integration|None integration=None)homeassistant.config_entries.ConfigEntry
clear_state_cache(self)homeassistant.config_entries.ConfigEntry
clear_storage_cache(self)homeassistant.config_entries.ConfigEntry
defaulthomeassistant.config_entries.ConfigEntrystatic
domainhomeassistant.config_entries.ConfigEntry
minor_versionhomeassistant.config_entries.ConfigEntry
sourcehomeassistant.config_entries.ConfigEntry
statehomeassistant.config_entries.ConfigEntry
supports_options(self)homeassistant.config_entries.ConfigEntry
supports_reconfigure(self)homeassistant.config_entries.ConfigEntry
supports_remove_devicehomeassistant.config_entries.ConfigEntry
supports_unloadhomeassistant.config_entries.ConfigEntry
versionhomeassistant.config_entries.ConfigEntry