Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.time_date.sensor.TimeDateSensor
 

Namespaces

 homeassistant.components.time_date.sensor
 

Functions

None homeassistant.components.time_date.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.time_date.sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.time_date.sensor._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.time_date.sensor.PLATFORM_SCHEMA
 
string homeassistant.components.time_date.sensor.TIME_STR_FORMAT = "%H:%M"