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

Classes

class  CurrentSensor
 
class  GEMSensor
 
class  PulseCounter
 
class  TemperatureSensor
 
class  VoltageSensor
 

Functions

None async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

string COUNTER_ICON = "mdi:counter"
 
string DATA_PULSES = "pulses"
 
string DATA_WATT_SECONDS = "watt_seconds"
 
 UnderlyingSensorType
 

Detailed Description

Support for the sensors in a GreenEye Monitor.

Function Documentation

◆ async_setup_platform()

None homeassistant.components.greeneye_monitor.sensor.async_setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  async_add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up a single GEM temperature sensor.

Definition at line 43 of file sensor.py.

Variable Documentation

◆ COUNTER_ICON

string homeassistant.components.greeneye_monitor.sensor.COUNTER_ICON = "mdi:counter"

Definition at line 40 of file sensor.py.

◆ DATA_PULSES

string homeassistant.components.greeneye_monitor.sensor.DATA_PULSES = "pulses"

Definition at line 37 of file sensor.py.

◆ DATA_WATT_SECONDS

string homeassistant.components.greeneye_monitor.sensor.DATA_WATT_SECONDS = "watt_seconds"

Definition at line 38 of file sensor.py.

◆ UnderlyingSensorType

homeassistant.components.greeneye_monitor.sensor.UnderlyingSensorType

Definition at line 118 of file sensor.py.