Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.hydrawise.const
 

Variables

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