Go to the source code of this file.
Classes | |
| class | homeassistant.components.plant.DailyHistory |
| class | homeassistant.components.plant.Plant |
Namespaces | |
| homeassistant.components.plant | |
Functions | |
| bool | homeassistant.components.plant.async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| homeassistant.components.plant._LOGGER = logging.getLogger(__name__) | |
| homeassistant.components.plant.CONF_SENSOR_BATTERY_LEVEL = READING_BATTERY | |
| homeassistant.components.plant.CONF_SENSOR_BRIGHTNESS = READING_BRIGHTNESS | |
| homeassistant.components.plant.CONF_SENSOR_CONDUCTIVITY = READING_CONDUCTIVITY | |
| homeassistant.components.plant.CONF_SENSOR_MOISTURE = READING_MOISTURE | |
| homeassistant.components.plant.CONF_SENSOR_TEMPERATURE = READING_TEMPERATURE | |
| homeassistant.components.plant.CONFIG_SCHEMA = vol.Schema({DOMAIN: {cv.string: PLANT_SCHEMA}}, extra=vol.ALLOW_EXTRA) | |
| homeassistant.components.plant.PLANT_SCHEMA | |
| homeassistant.components.plant.SCHEMA_SENSORS | |