Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.time.TimeEntity
 
class  homeassistant.components.time.TimeEntityDescription
 

Namespaces

 homeassistant.components.time
 

Functions

None homeassistant.components.time._async_set_value (TimeEntity entity, ServiceCall service_call)
 
bool homeassistant.components.time.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.time.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.time.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

list homeassistant.components.time.__all__ = ["DOMAIN", "TimeEntity", "TimeEntityDescription"]
 
 homeassistant.components.time._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.time.CACHED_PROPERTIES_WITH_ATTR_ = {"native_value"}
 
string homeassistant.components.time.ENTITY_ID_FORMAT = DOMAIN + ".{}"
 
 homeassistant.components.time.PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA
 
 homeassistant.components.time.PLATFORM_SCHEMA_BASE = cv.PLATFORM_SCHEMA_BASE
 
 homeassistant.components.time.SCAN_INTERVAL = timedelta(seconds=30)