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

Variables

string CONF_ALLOW_INACTIVE_ZONES_TO_RUN = "allow_inactive_zones_to_run"
 
string CONF_DEFAULT_ZONE_RUN_TIME = "zone_run_time"
 
string CONF_DURATION = "duration"
 
string CONF_USE_APP_RUN_TIMES = "use_app_run_times"
 
string DATA_API_VERSIONS = "api.versions"
 
string DATA_MACHINE_FIRMWARE_UPDATE_STATUS = "machine.firmware_update_status"
 
string DATA_PROGRAMS = "programs"
 
string DATA_PROVISION_SETTINGS = "provision.settings"
 
string DATA_RESTRICTIONS_CURRENT = "restrictions.current"
 
string DATA_RESTRICTIONS_UNIVERSAL = "restrictions.universal"
 
string DATA_ZONES = "zones"
 
int DEFAULT_PORT = 8080
 
int DEFAULT_ZONE_RUN = 60 * 10
 
string DOMAIN = "rainmachine"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Define constants for the SimpliSafe component.

Variable Documentation

◆ CONF_ALLOW_INACTIVE_ZONES_TO_RUN

string homeassistant.components.rainmachine.const.CONF_ALLOW_INACTIVE_ZONES_TO_RUN = "allow_inactive_zones_to_run"

Definition at line 12 of file const.py.

◆ CONF_DEFAULT_ZONE_RUN_TIME

string homeassistant.components.rainmachine.const.CONF_DEFAULT_ZONE_RUN_TIME = "zone_run_time"

Definition at line 10 of file const.py.

◆ CONF_DURATION

string homeassistant.components.rainmachine.const.CONF_DURATION = "duration"

Definition at line 9 of file const.py.

◆ CONF_USE_APP_RUN_TIMES

string homeassistant.components.rainmachine.const.CONF_USE_APP_RUN_TIMES = "use_app_run_times"

Definition at line 11 of file const.py.

◆ DATA_API_VERSIONS

string homeassistant.components.rainmachine.const.DATA_API_VERSIONS = "api.versions"

Definition at line 14 of file const.py.

◆ DATA_MACHINE_FIRMWARE_UPDATE_STATUS

string homeassistant.components.rainmachine.const.DATA_MACHINE_FIRMWARE_UPDATE_STATUS = "machine.firmware_update_status"

Definition at line 15 of file const.py.

◆ DATA_PROGRAMS

string homeassistant.components.rainmachine.const.DATA_PROGRAMS = "programs"

Definition at line 16 of file const.py.

◆ DATA_PROVISION_SETTINGS

string homeassistant.components.rainmachine.const.DATA_PROVISION_SETTINGS = "provision.settings"

Definition at line 17 of file const.py.

◆ DATA_RESTRICTIONS_CURRENT

string homeassistant.components.rainmachine.const.DATA_RESTRICTIONS_CURRENT = "restrictions.current"

Definition at line 18 of file const.py.

◆ DATA_RESTRICTIONS_UNIVERSAL

string homeassistant.components.rainmachine.const.DATA_RESTRICTIONS_UNIVERSAL = "restrictions.universal"

Definition at line 19 of file const.py.

◆ DATA_ZONES

string homeassistant.components.rainmachine.const.DATA_ZONES = "zones"

Definition at line 20 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.rainmachine.const.DEFAULT_PORT = 8080

Definition at line 22 of file const.py.

◆ DEFAULT_ZONE_RUN

int homeassistant.components.rainmachine.const.DEFAULT_ZONE_RUN = 60 * 10

Definition at line 23 of file const.py.

◆ DOMAIN

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

Definition at line 7 of file const.py.

◆ LOGGER

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

Definition at line 5 of file const.py.