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

Variables

string ATTR_DICT_OF_UNITS_OF_MEASUREMENT = "unit_of_measurement_dict"
 
string ATTR_MAX_BRIGHTNESS_HISTORY = "max_brightness"
 
string ATTR_PROBLEM = "problem"
 
string ATTR_SENSORS = "sensors"
 
string CONF_CHECK_DAYS = "check_days"
 
string CONF_MAX_BRIGHTNESS = f"max_{READING_BRIGHTNESS}"
 
string CONF_MAX_CONDUCTIVITY = f"max_{READING_CONDUCTIVITY}"
 
string CONF_MAX_MOISTURE = f"max_{READING_MOISTURE}"
 
string CONF_MAX_TEMPERATURE = f"max_{READING_TEMPERATURE}"
 
string CONF_MIN_BATTERY_LEVEL = f"min_{READING_BATTERY}"
 
string CONF_MIN_BRIGHTNESS = f"min_{READING_BRIGHTNESS}"
 
string CONF_MIN_CONDUCTIVITY = f"min_{READING_CONDUCTIVITY}"
 
string CONF_MIN_MOISTURE = f"min_{READING_MOISTURE}"
 
string CONF_MIN_TEMPERATURE = f"min_{READING_TEMPERATURE}"
 
int DEFAULT_CHECK_DAYS = 3
 
int DEFAULT_MAX_CONDUCTIVITY = 3000
 
int DEFAULT_MAX_MOISTURE = 60
 
int DEFAULT_MIN_BATTERY_LEVEL = 20
 
int DEFAULT_MIN_CONDUCTIVITY = 500
 
int DEFAULT_MIN_MOISTURE = 20
 
 Final
 
string PROBLEM_NONE = "none"
 
string READING_BATTERY = "battery"
 
string READING_BRIGHTNESS = "brightness"
 
string READING_CONDUCTIVITY = "conductivity"
 
string READING_MOISTURE = "moisture"
 
string READING_TEMPERATURE = "temperature"
 

Detailed Description

Const for Plant.

Variable Documentation

◆ ATTR_DICT_OF_UNITS_OF_MEASUREMENT

string homeassistant.components.plant.const.ATTR_DICT_OF_UNITS_OF_MEASUREMENT = "unit_of_measurement_dict"

Definition at line 38 of file const.py.

◆ ATTR_MAX_BRIGHTNESS_HISTORY

string homeassistant.components.plant.const.ATTR_MAX_BRIGHTNESS_HISTORY = "max_brightness"

Definition at line 34 of file const.py.

◆ ATTR_PROBLEM

string homeassistant.components.plant.const.ATTR_PROBLEM = "problem"

Definition at line 31 of file const.py.

◆ ATTR_SENSORS

string homeassistant.components.plant.const.ATTR_SENSORS = "sensors"

Definition at line 32 of file const.py.

◆ CONF_CHECK_DAYS

string homeassistant.components.plant.const.CONF_CHECK_DAYS = "check_days"

Definition at line 22 of file const.py.

◆ CONF_MAX_BRIGHTNESS

string homeassistant.components.plant.const.CONF_MAX_BRIGHTNESS = f"max_{READING_BRIGHTNESS}"

Definition at line 21 of file const.py.

◆ CONF_MAX_CONDUCTIVITY

string homeassistant.components.plant.const.CONF_MAX_CONDUCTIVITY = f"max_{READING_CONDUCTIVITY}"

Definition at line 19 of file const.py.

◆ CONF_MAX_MOISTURE

string homeassistant.components.plant.const.CONF_MAX_MOISTURE = f"max_{READING_MOISTURE}"

Definition at line 17 of file const.py.

◆ CONF_MAX_TEMPERATURE

string homeassistant.components.plant.const.CONF_MAX_TEMPERATURE = f"max_{READING_TEMPERATURE}"

Definition at line 15 of file const.py.

◆ CONF_MIN_BATTERY_LEVEL

string homeassistant.components.plant.const.CONF_MIN_BATTERY_LEVEL = f"min_{READING_BATTERY}"

Definition at line 13 of file const.py.

◆ CONF_MIN_BRIGHTNESS

string homeassistant.components.plant.const.CONF_MIN_BRIGHTNESS = f"min_{READING_BRIGHTNESS}"

Definition at line 20 of file const.py.

◆ CONF_MIN_CONDUCTIVITY

string homeassistant.components.plant.const.CONF_MIN_CONDUCTIVITY = f"min_{READING_CONDUCTIVITY}"

Definition at line 18 of file const.py.

◆ CONF_MIN_MOISTURE

string homeassistant.components.plant.const.CONF_MIN_MOISTURE = f"min_{READING_MOISTURE}"

Definition at line 16 of file const.py.

◆ CONF_MIN_TEMPERATURE

string homeassistant.components.plant.const.CONF_MIN_TEMPERATURE = f"min_{READING_TEMPERATURE}"

Definition at line 14 of file const.py.

◆ DEFAULT_CHECK_DAYS

int homeassistant.components.plant.const.DEFAULT_CHECK_DAYS = 3

Definition at line 29 of file const.py.

◆ DEFAULT_MAX_CONDUCTIVITY

int homeassistant.components.plant.const.DEFAULT_MAX_CONDUCTIVITY = 3000

Definition at line 28 of file const.py.

◆ DEFAULT_MAX_MOISTURE

int homeassistant.components.plant.const.DEFAULT_MAX_MOISTURE = 60

Definition at line 26 of file const.py.

◆ DEFAULT_MIN_BATTERY_LEVEL

int homeassistant.components.plant.const.DEFAULT_MIN_BATTERY_LEVEL = 20

Definition at line 24 of file const.py.

◆ DEFAULT_MIN_CONDUCTIVITY

int homeassistant.components.plant.const.DEFAULT_MIN_CONDUCTIVITY = 500

Definition at line 27 of file const.py.

◆ DEFAULT_MIN_MOISTURE

int homeassistant.components.plant.const.DEFAULT_MIN_MOISTURE = 20

Definition at line 25 of file const.py.

◆ Final

homeassistant.components.plant.const.Final

Definition at line 5 of file const.py.

◆ PROBLEM_NONE

string homeassistant.components.plant.const.PROBLEM_NONE = "none"

Definition at line 33 of file const.py.

◆ READING_BATTERY

string homeassistant.components.plant.const.READING_BATTERY = "battery"

Definition at line 8 of file const.py.

◆ READING_BRIGHTNESS

string homeassistant.components.plant.const.READING_BRIGHTNESS = "brightness"

Definition at line 11 of file const.py.

◆ READING_CONDUCTIVITY

string homeassistant.components.plant.const.READING_CONDUCTIVITY = "conductivity"

Definition at line 10 of file const.py.

◆ READING_MOISTURE

string homeassistant.components.plant.const.READING_MOISTURE = "moisture"

Definition at line 7 of file const.py.

◆ READING_TEMPERATURE

string homeassistant.components.plant.const.READING_TEMPERATURE = "temperature"

Definition at line 9 of file const.py.