Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ebusd.sensor.EbusdSensor
 

Namespaces

 homeassistant.components.ebusd.sensor
 

Functions

None homeassistant.components.ebusd.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.ebusd.sensor._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.ebusd.sensor.MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=15)
 
string homeassistant.components.ebusd.sensor.TIME_FRAME1_BEGIN = "time_frame1_begin"
 
string homeassistant.components.ebusd.sensor.TIME_FRAME1_END = "time_frame1_end"
 
string homeassistant.components.ebusd.sensor.TIME_FRAME2_BEGIN = "time_frame2_begin"
 
string homeassistant.components.ebusd.sensor.TIME_FRAME2_END = "time_frame2_end"
 
string homeassistant.components.ebusd.sensor.TIME_FRAME3_BEGIN = "time_frame3_begin"
 
string homeassistant.components.ebusd.sensor.TIME_FRAME3_END = "time_frame3_end"