Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ebusd.sensor Namespace Reference

Classes

class  EbusdSensor
 

Functions

None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

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

Detailed Description

Support for Ebusd sensors.

Function Documentation

◆ setup_platform()

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

Definition at line 28 of file sensor.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.ebusd.sensor._LOGGER = logging.getLogger(__name__)
private

Definition at line 25 of file sensor.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.ebusd.sensor.MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=15)

Definition at line 23 of file sensor.py.

◆ TIME_FRAME1_BEGIN

string homeassistant.components.ebusd.sensor.TIME_FRAME1_BEGIN = "time_frame1_begin"

Definition at line 17 of file sensor.py.

◆ TIME_FRAME1_END

string homeassistant.components.ebusd.sensor.TIME_FRAME1_END = "time_frame1_end"

Definition at line 18 of file sensor.py.

◆ TIME_FRAME2_BEGIN

string homeassistant.components.ebusd.sensor.TIME_FRAME2_BEGIN = "time_frame2_begin"

Definition at line 19 of file sensor.py.

◆ TIME_FRAME2_END

string homeassistant.components.ebusd.sensor.TIME_FRAME2_END = "time_frame2_end"

Definition at line 20 of file sensor.py.

◆ TIME_FRAME3_BEGIN

string homeassistant.components.ebusd.sensor.TIME_FRAME3_BEGIN = "time_frame3_begin"

Definition at line 21 of file sensor.py.

◆ TIME_FRAME3_END

string homeassistant.components.ebusd.sensor.TIME_FRAME3_END = "time_frame3_end"

Definition at line 22 of file sensor.py.