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

Variables

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

Detailed Description

Shared constants for the greeneye_monitor integration.

Variable Documentation

◆ CONF_CHANNELS

string homeassistant.components.greeneye_monitor.const.CONF_CHANNELS = "channels"

Definition at line 3 of file const.py.

◆ CONF_COUNTED_QUANTITY

string homeassistant.components.greeneye_monitor.const.CONF_COUNTED_QUANTITY = "counted_quantity"

Definition at line 4 of file const.py.

◆ CONF_COUNTED_QUANTITY_PER_PULSE

string homeassistant.components.greeneye_monitor.const.CONF_COUNTED_QUANTITY_PER_PULSE = "counted_quantity_per_pulse"

Definition at line 5 of file const.py.

◆ CONF_MONITOR_SERIAL_NUMBER

string homeassistant.components.greeneye_monitor.const.CONF_MONITOR_SERIAL_NUMBER = "monitor"

Definition at line 6 of file const.py.

◆ CONF_MONITORS

string homeassistant.components.greeneye_monitor.const.CONF_MONITORS = "monitors"

Definition at line 7 of file const.py.

◆ CONF_NET_METERING

string homeassistant.components.greeneye_monitor.const.CONF_NET_METERING = "net_metering"

Definition at line 8 of file const.py.

◆ CONF_NUMBER

string homeassistant.components.greeneye_monitor.const.CONF_NUMBER = "number"

Definition at line 9 of file const.py.

◆ CONF_PULSE_COUNTERS

string homeassistant.components.greeneye_monitor.const.CONF_PULSE_COUNTERS = "pulse_counters"

Definition at line 10 of file const.py.

◆ CONF_SERIAL_NUMBER

string homeassistant.components.greeneye_monitor.const.CONF_SERIAL_NUMBER = "serial_number"

Definition at line 11 of file const.py.

◆ CONF_TEMPERATURE_SENSORS

string homeassistant.components.greeneye_monitor.const.CONF_TEMPERATURE_SENSORS = "temperature_sensors"

Definition at line 12 of file const.py.

◆ CONF_TIME_UNIT

string homeassistant.components.greeneye_monitor.const.CONF_TIME_UNIT = "time_unit"

Definition at line 13 of file const.py.

◆ CONF_VOLTAGE_SENSORS

string homeassistant.components.greeneye_monitor.const.CONF_VOLTAGE_SENSORS = "voltage"

Definition at line 14 of file const.py.

◆ DATA_GREENEYE_MONITOR

string homeassistant.components.greeneye_monitor.const.DATA_GREENEYE_MONITOR = "greeneye_monitor"

Definition at line 16 of file const.py.

◆ DOMAIN

string homeassistant.components.greeneye_monitor.const.DOMAIN = "greeneye_monitor"

Definition at line 17 of file const.py.

◆ SENSOR_TYPE_CURRENT

string homeassistant.components.greeneye_monitor.const.SENSOR_TYPE_CURRENT = "current_sensor"

Definition at line 19 of file const.py.

◆ SENSOR_TYPE_PULSE_COUNTER

string homeassistant.components.greeneye_monitor.const.SENSOR_TYPE_PULSE_COUNTER = "pulse_counter"

Definition at line 20 of file const.py.

◆ SENSOR_TYPE_TEMPERATURE

string homeassistant.components.greeneye_monitor.const.SENSOR_TYPE_TEMPERATURE = "temperature_sensor"

Definition at line 21 of file const.py.

◆ SENSOR_TYPE_VOLTAGE

string homeassistant.components.greeneye_monitor.const.SENSOR_TYPE_VOLTAGE = "voltage_sensor"

Definition at line 22 of file const.py.

◆ TEMPERATURE_UNIT_CELSIUS

string homeassistant.components.greeneye_monitor.const.TEMPERATURE_UNIT_CELSIUS = "C"

Definition at line 24 of file const.py.