Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.greeneye_monitor.const
 

Variables

string homeassistant.components.greeneye_monitor.const.CONF_CHANNELS = "channels"
 
string homeassistant.components.greeneye_monitor.const.CONF_COUNTED_QUANTITY = "counted_quantity"
 
string homeassistant.components.greeneye_monitor.const.CONF_COUNTED_QUANTITY_PER_PULSE = "counted_quantity_per_pulse"
 
string homeassistant.components.greeneye_monitor.const.CONF_MONITOR_SERIAL_NUMBER = "monitor"
 
string homeassistant.components.greeneye_monitor.const.CONF_MONITORS = "monitors"
 
string homeassistant.components.greeneye_monitor.const.CONF_NET_METERING = "net_metering"
 
string homeassistant.components.greeneye_monitor.const.CONF_NUMBER = "number"
 
string homeassistant.components.greeneye_monitor.const.CONF_PULSE_COUNTERS = "pulse_counters"
 
string homeassistant.components.greeneye_monitor.const.CONF_SERIAL_NUMBER = "serial_number"
 
string homeassistant.components.greeneye_monitor.const.CONF_TEMPERATURE_SENSORS = "temperature_sensors"
 
string homeassistant.components.greeneye_monitor.const.CONF_TIME_UNIT = "time_unit"
 
string homeassistant.components.greeneye_monitor.const.CONF_VOLTAGE_SENSORS = "voltage"
 
string homeassistant.components.greeneye_monitor.const.DATA_GREENEYE_MONITOR = "greeneye_monitor"
 
string homeassistant.components.greeneye_monitor.const.DOMAIN = "greeneye_monitor"
 
string homeassistant.components.greeneye_monitor.const.SENSOR_TYPE_CURRENT = "current_sensor"
 
string homeassistant.components.greeneye_monitor.const.SENSOR_TYPE_PULSE_COUNTER = "pulse_counter"
 
string homeassistant.components.greeneye_monitor.const.SENSOR_TYPE_TEMPERATURE = "temperature_sensor"
 
string homeassistant.components.greeneye_monitor.const.SENSOR_TYPE_VOLTAGE = "voltage_sensor"
 
string homeassistant.components.greeneye_monitor.const.TEMPERATURE_UNIT_CELSIUS = "C"