Namespaces | |
| const | |
Classes | |
| class | DailyHistory |
| class | Plant |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONF_SENSOR_BATTERY_LEVEL = READING_BATTERY | |
| CONF_SENSOR_BRIGHTNESS = READING_BRIGHTNESS | |
| CONF_SENSOR_CONDUCTIVITY = READING_CONDUCTIVITY | |
| CONF_SENSOR_MOISTURE = READING_MOISTURE | |
| CONF_SENSOR_TEMPERATURE = READING_TEMPERATURE | |
| CONFIG_SCHEMA = vol.Schema({DOMAIN: {cv.string: PLANT_SCHEMA}}, extra=vol.ALLOW_EXTRA) | |
| PLANT_SCHEMA | |
| SCHEMA_SENSORS | |
Support for monitoring plants. DEVELOPMENT OF THE PLANT INTEGRATION IS FROZEN PENDING A DESIGN EVALUATION.
| bool homeassistant.components.plant.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Plant component.
Definition at line 116 of file __init__.py.
|
private |
Definition at line 72 of file __init__.py.
| homeassistant.components.plant.CONF_SENSOR_BATTERY_LEVEL = READING_BATTERY |
Definition at line 74 of file __init__.py.
| homeassistant.components.plant.CONF_SENSOR_BRIGHTNESS = READING_BRIGHTNESS |
Definition at line 78 of file __init__.py.
| homeassistant.components.plant.CONF_SENSOR_CONDUCTIVITY = READING_CONDUCTIVITY |
Definition at line 76 of file __init__.py.
| homeassistant.components.plant.CONF_SENSOR_MOISTURE = READING_MOISTURE |
Definition at line 75 of file __init__.py.
| homeassistant.components.plant.CONF_SENSOR_TEMPERATURE = READING_TEMPERATURE |
Definition at line 77 of file __init__.py.
| homeassistant.components.plant.CONFIG_SCHEMA = vol.Schema({DOMAIN: {cv.string: PLANT_SCHEMA}}, extra=vol.ALLOW_EXTRA) |
Definition at line 113 of file __init__.py.
| homeassistant.components.plant.PLANT_SCHEMA |
Definition at line 91 of file __init__.py.
| homeassistant.components.plant.SCHEMA_SENSORS |
Definition at line 81 of file __init__.py.