Home Assistant Unofficial Reference 2024.12.1
entity_platform.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.entity_platform.AddEntitiesCallback
 
class  homeassistant.helpers.entity_platform.EntityPlatform
 
class  homeassistant.helpers.entity_platform.EntityPlatformModule
 

Namespaces

 homeassistant.helpers.entity_platform
 

Functions

EntityPlatform homeassistant.helpers.entity_platform.async_get_current_platform ()
 
list[EntityPlatform] homeassistant.helpers.entity_platform.async_get_platforms (HomeAssistant hass, str integration_name)
 

Variables

 homeassistant.helpers.entity_platform._LOGGER = getLogger(__name__)
 
int homeassistant.helpers.entity_platform.PLATFORM_NOT_READY_BASE_WAIT_TIME = 30
 
int homeassistant.helpers.entity_platform.PLATFORM_NOT_READY_RETRIES = 10
 
int homeassistant.helpers.entity_platform.SLOW_ADD_ENTITY_MAX_WAIT = 15
 
int homeassistant.helpers.entity_platform.SLOW_ADD_MIN_TIMEOUT = 500
 
int homeassistant.helpers.entity_platform.SLOW_SETUP_MAX_WAIT = 60
 
int homeassistant.helpers.entity_platform.SLOW_SETUP_WARNING = 10