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

Variables

string ATTR_DURATION = "duration"
 
string ATTR_UNTIL = "until"
 
 DEFAULT_WATERING_TIME = timedelta(minutes=15)
 
string DOMAIN = "hydrawise"
 
 LOGGER = logging.getLogger(__package__)
 
 MAIN_SCAN_INTERVAL = timedelta(minutes=5)
 
string MANUFACTURER = "Hydrawise"
 
string SERVICE_RESUME = "resume"
 
string SERVICE_START_WATERING = "start_watering"
 
string SERVICE_SUSPEND = "suspend"
 
string SIGNAL_UPDATE_HYDRAWISE = "hydrawise_update"
 
 WATER_USE_SCAN_INTERVAL = timedelta(minutes=60)
 

Detailed Description

Constants for the Hydrawise integration.

Variable Documentation

◆ ATTR_DURATION

string homeassistant.components.hydrawise.const.ATTR_DURATION = "duration"

Definition at line 22 of file const.py.

◆ ATTR_UNTIL

string homeassistant.components.hydrawise.const.ATTR_UNTIL = "until"

Definition at line 23 of file const.py.

◆ DEFAULT_WATERING_TIME

homeassistant.components.hydrawise.const.DEFAULT_WATERING_TIME = timedelta(minutes=15)

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.hydrawise.const.DOMAIN = "hydrawise"

Definition at line 8 of file const.py.

◆ LOGGER

homeassistant.components.hydrawise.const.LOGGER = logging.getLogger(__package__)

Definition at line 6 of file const.py.

◆ MAIN_SCAN_INTERVAL

homeassistant.components.hydrawise.const.MAIN_SCAN_INTERVAL = timedelta(minutes=5)

Definition at line 13 of file const.py.

◆ MANUFACTURER

string homeassistant.components.hydrawise.const.MANUFACTURER = "Hydrawise"

Definition at line 11 of file const.py.

◆ SERVICE_RESUME

string homeassistant.components.hydrawise.const.SERVICE_RESUME = "resume"

Definition at line 18 of file const.py.

◆ SERVICE_START_WATERING

string homeassistant.components.hydrawise.const.SERVICE_START_WATERING = "start_watering"

Definition at line 19 of file const.py.

◆ SERVICE_SUSPEND

string homeassistant.components.hydrawise.const.SERVICE_SUSPEND = "suspend"

Definition at line 20 of file const.py.

◆ SIGNAL_UPDATE_HYDRAWISE

string homeassistant.components.hydrawise.const.SIGNAL_UPDATE_HYDRAWISE = "hydrawise_update"

Definition at line 16 of file const.py.

◆ WATER_USE_SCAN_INTERVAL

homeassistant.components.hydrawise.const.WATER_USE_SCAN_INTERVAL = timedelta(minutes=60)

Definition at line 14 of file const.py.