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

Classes

class  TechnoVESensorEntity
 
class  TechnoVESensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, TechnoVEConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

list STATUS_TYPE = [s.value for s in Status if s != Status.UNKNOWN]
 

Detailed Description

Platform for sensor integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.technove.sensor.async_setup_entry ( HomeAssistant  hass,
TechnoVEConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the sensor platform.

Definition at line 122 of file sensor.py.

Variable Documentation

◆ STATUS_TYPE

list homeassistant.components.technove.sensor.STATUS_TYPE = [s.value for s in Status if s != Status.UNKNOWN]

Definition at line 31 of file sensor.py.