Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.schedule.Schedule
 
class  homeassistant.components.schedule.ScheduleStorageCollection
 

Namespaces

 homeassistant.components.schedule
 

Functions

bool homeassistant.components.schedule.async_setup (HomeAssistant hass, ConfigType config)
 
Any homeassistant.components.schedule.deserialize_to_time (Any value)
 
Any homeassistant.components.schedule.serialize_to_time (Any value)
 
list[dict[str, str]] homeassistant.components.schedule.valid_schedule (list[dict[str, str]] schedule)
 

Variables

 homeassistant.components.schedule.CONFIG_SCHEMA
 
 homeassistant.components.schedule.CUSTOM_DATA_SCHEMA = vol.Schema({str: vol.Any(bool, str, int, float)})
 
 homeassistant.components.schedule.day
 
 homeassistant.components.schedule.default
 
 homeassistant.components.schedule.ENTITY_SCHEMA
 
 homeassistant.components.schedule.STORAGE_SCHEMA
 
 homeassistant.components.schedule.STORAGE_TIME_RANGE_SCHEMA
 
int homeassistant.components.schedule.STORAGE_VERSION = 1
 
int homeassistant.components.schedule.STORAGE_VERSION_MINOR = 1
 
 homeassistant.components.schedule.VolDictType