Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.entity_platform.EntityPlatform Member List

This is the complete list of members for homeassistant.helpers.entity_platform.EntityPlatform, including all inherited members.

__init__(self, *HomeAssistant hass, Logger logger, str domain, str platform_name, EntityPlatformModule|None platform, timedelta scan_interval, str|None entity_namespace)homeassistant.helpers.entity_platform.EntityPlatform
__repr__(self)homeassistant.helpers.entity_platform.EntityPlatform
_async_add_and_update_entities(self, list[Coroutine[Any, Any, None]] coros, list[Entity] entities, float timeout)homeassistant.helpers.entity_platform.EntityPlatformprivate
_async_add_entities(self, list[Coroutine[Any, Any, None]] coros, list[Entity] entities, float timeout)homeassistant.helpers.entity_platform.EntityPlatformprivate
_async_add_entity(self, Entity entity, bool update_before_add, EntityRegistry entity_registry)homeassistant.helpers.entity_platform.EntityPlatformprivate
_async_cancel_retry_setuphomeassistant.helpers.entity_platform.EntityPlatformprivate
_async_get_translations(self, str language, str category, str integration)homeassistant.helpers.entity_platform.EntityPlatformprivate
_async_handle_interval_callback(self)homeassistant.helpers.entity_platform.EntityPlatformprivate
_async_polling_timerhomeassistant.helpers.entity_platform.EntityPlatformprivate
_async_schedule_add_entities(self, Iterable[Entity] new_entities, bool update_before_add=False)homeassistant.helpers.entity_platform.EntityPlatformprivate
_async_schedule_add_entities_for_entry(self, Iterable[Entity] new_entities, bool update_before_add=False)homeassistant.helpers.entity_platform.EntityPlatformprivate
_async_setup_platform(self, Callable[[], Awaitable[None]] async_create_setup_awaitable, int tries=0)homeassistant.helpers.entity_platform.EntityPlatformprivate
_async_update_entity_states(self)homeassistant.helpers.entity_platform.EntityPlatformprivate
_entity_id_already_exists(self, str entity_id)homeassistant.helpers.entity_platform.EntityPlatformprivate
_get_parallel_updates_semaphore(self, bool entity_has_sync_update)homeassistant.helpers.entity_platform.EntityPlatformprivate
_process_updateshomeassistant.helpers.entity_platform.EntityPlatformprivate
_schedule_add_entities(self, Iterable[Entity] new_entities, bool update_before_add=False)homeassistant.helpers.entity_platform.EntityPlatformprivate
_setup_completehomeassistant.helpers.entity_platform.EntityPlatformprivate
_update_in_sequencehomeassistant.helpers.entity_platform.EntityPlatformprivate
add_entities(self, Iterable[Entity] new_entities, bool update_before_add=False)homeassistant.helpers.entity_platform.EntityPlatform
async_add_entities(self, Iterable[Entity] new_entities, bool update_before_add=False)homeassistant.helpers.entity_platform.EntityPlatform
async_cancel_retry_setup(self)homeassistant.helpers.entity_platform.EntityPlatform
async_destroy(self)homeassistant.helpers.entity_platform.EntityPlatform
async_extract_from_service(self, ServiceCall service_call, bool expand_group=True)homeassistant.helpers.entity_platform.EntityPlatform
async_load_translations(self)homeassistant.helpers.entity_platform.EntityPlatform
async_prepare(self)homeassistant.helpers.entity_platform.EntityPlatform
async_register_entity_service(self, str name, VolDictType|VolSchemaType|None schema, str|Callable[..., Any] func, Iterable[int]|None required_features=None, SupportsResponse supports_response=SupportsResponse.NONE)homeassistant.helpers.entity_platform.EntityPlatform
async_remove_entity(self, str entity_id)homeassistant.helpers.entity_platform.EntityPlatform
async_reset(self)homeassistant.helpers.entity_platform.EntityPlatform
async_setup(self, ConfigType platform_config, DiscoveryInfoType|None discovery_info=None)homeassistant.helpers.entity_platform.EntityPlatform
async_setup_entry(self, config_entries.ConfigEntry config_entry)homeassistant.helpers.entity_platform.EntityPlatform
async_shutdown(self)homeassistant.helpers.entity_platform.EntityPlatform
async_unsub_polling(self)homeassistant.helpers.entity_platform.EntityPlatform
component_translationshomeassistant.helpers.entity_platform.EntityPlatform
config_entryhomeassistant.helpers.entity_platform.EntityPlatform
defaulthomeassistant.helpers.entity_platform.EntityPlatformstatic
default_language_platform_translationshomeassistant.helpers.entity_platform.EntityPlatform
domainhomeassistant.helpers.entity_platform.EntityPlatform
domain_entitieshomeassistant.helpers.entity_platform.EntityPlatform
domain_platform_entitieshomeassistant.helpers.entity_platform.EntityPlatform
entity_namespacehomeassistant.helpers.entity_platform.EntityPlatform
hasshomeassistant.helpers.entity_platform.EntityPlatform
loggerhomeassistant.helpers.entity_platform.EntityPlatform
object_id_component_translationshomeassistant.helpers.entity_platform.EntityPlatform
object_id_platform_translationshomeassistant.helpers.entity_platform.EntityPlatform
parallel_updateshomeassistant.helpers.entity_platform.EntityPlatform
parallel_updates_createdhomeassistant.helpers.entity_platform.EntityPlatform
platformhomeassistant.helpers.entity_platform.EntityPlatform
platform_namehomeassistant.helpers.entity_platform.EntityPlatform
platform_translationshomeassistant.helpers.entity_platform.EntityPlatform
scan_intervalhomeassistant.helpers.entity_platform.EntityPlatform
scan_interval_secondshomeassistant.helpers.entity_platform.EntityPlatform