Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.greeneye_monitor
 

Functions

bool homeassistant.components.greeneye_monitor.async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.greeneye_monitor._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.greeneye_monitor.CHANNEL_SCHEMA
 
 homeassistant.components.greeneye_monitor.CHANNELS_SCHEMA = vol.All(cv.ensure_list, [CHANNEL_SCHEMA])
 
 homeassistant.components.greeneye_monitor.COMPONENT_SCHEMA
 
 homeassistant.components.greeneye_monitor.CONFIG_SCHEMA = vol.Schema({DOMAIN: COMPONENT_SCHEMA}, extra=vol.ALLOW_EXTRA)
 
 homeassistant.components.greeneye_monitor.MONITOR_SCHEMA
 
 homeassistant.components.greeneye_monitor.MONITORS_SCHEMA = vol.All(cv.ensure_list, [MONITOR_SCHEMA])
 
 homeassistant.components.greeneye_monitor.PULSE_COUNTER_SCHEMA
 
 homeassistant.components.greeneye_monitor.PULSE_COUNTERS_SCHEMA = vol.All(cv.ensure_list, [PULSE_COUNTER_SCHEMA])
 
 homeassistant.components.greeneye_monitor.TEMPERATURE_SENSOR_SCHEMA
 
 homeassistant.components.greeneye_monitor.TEMPERATURE_SENSORS_SCHEMA
 
 homeassistant.components.greeneye_monitor.VOLTAGE_SENSOR_SCHEMA
 
 homeassistant.components.greeneye_monitor.VOLTAGE_SENSORS_SCHEMA = vol.All(cv.ensure_list, [VOLTAGE_SENSOR_SCHEMA])