Namespaces | |
| const | |
| sensor | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CHANNEL_SCHEMA | |
| CHANNELS_SCHEMA = vol.All(cv.ensure_list, [CHANNEL_SCHEMA]) | |
| COMPONENT_SCHEMA | |
| CONFIG_SCHEMA = vol.Schema({DOMAIN: COMPONENT_SCHEMA}, extra=vol.ALLOW_EXTRA) | |
| MONITOR_SCHEMA | |
| MONITORS_SCHEMA = vol.All(cv.ensure_list, [MONITOR_SCHEMA]) | |
| PULSE_COUNTER_SCHEMA | |
| PULSE_COUNTERS_SCHEMA = vol.All(cv.ensure_list, [PULSE_COUNTER_SCHEMA]) | |
| TEMPERATURE_SENSOR_SCHEMA | |
| TEMPERATURE_SENSORS_SCHEMA | |
| VOLTAGE_SENSOR_SCHEMA | |
| VOLTAGE_SENSORS_SCHEMA = vol.All(cv.ensure_list, [VOLTAGE_SENSOR_SCHEMA]) | |
Support for monitoring a GreenEye Monitor energy monitor.
| bool homeassistant.components.greeneye_monitor.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the GreenEye Monitor component.
Definition at line 119 of file __init__.py.
|
private |
Definition at line 41 of file __init__.py.
| homeassistant.components.greeneye_monitor.CHANNEL_SCHEMA |
Definition at line 76 of file __init__.py.
| homeassistant.components.greeneye_monitor.CHANNELS_SCHEMA = vol.All(cv.ensure_list, [CHANNEL_SCHEMA]) |
Definition at line 84 of file __init__.py.
| homeassistant.components.greeneye_monitor.COMPONENT_SCHEMA |
Definition at line 112 of file __init__.py.
| homeassistant.components.greeneye_monitor.CONFIG_SCHEMA = vol.Schema({DOMAIN: COMPONENT_SCHEMA}, extra=vol.ALLOW_EXTRA) |
Definition at line 116 of file __init__.py.
| homeassistant.components.greeneye_monitor.MONITOR_SCHEMA |
Definition at line 86 of file __init__.py.
| homeassistant.components.greeneye_monitor.MONITORS_SCHEMA = vol.All(cv.ensure_list, [MONITOR_SCHEMA]) |
Definition at line 110 of file __init__.py.
| homeassistant.components.greeneye_monitor.PULSE_COUNTER_SCHEMA |
Definition at line 62 of file __init__.py.
| homeassistant.components.greeneye_monitor.PULSE_COUNTERS_SCHEMA = vol.All(cv.ensure_list, [PULSE_COUNTER_SCHEMA]) |
Definition at line 74 of file __init__.py.
| homeassistant.components.greeneye_monitor.TEMPERATURE_SENSOR_SCHEMA |
Definition at line 43 of file __init__.py.
| homeassistant.components.greeneye_monitor.TEMPERATURE_SENSORS_SCHEMA |
Definition at line 47 of file __init__.py.
| homeassistant.components.greeneye_monitor.VOLTAGE_SENSOR_SCHEMA |
Definition at line 56 of file __init__.py.
| homeassistant.components.greeneye_monitor.VOLTAGE_SENSORS_SCHEMA = vol.All(cv.ensure_list, [VOLTAGE_SENSOR_SCHEMA]) |
Definition at line 60 of file __init__.py.