Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.evohome.const .EvoService Class Reference
Inheritance diagram for homeassistant.components.evohome.const .EvoService:
[legend]
Collaboration diagram for homeassistant.components.evohome.const .EvoService:
[legend]

Static Public Attributes

string REFRESH_SYSTEM = "refresh_system"
 
string RESET_SYSTEM = "reset_system"
 
string RESET_ZONE_OVERRIDE = "clear_zone_override"
 
string SET_SYSTEM_MODE = "set_system_mode"
 
string SET_ZONE_OVERRIDE = "set_zone_override"
 

Detailed Description

The Evohome services.

Definition at line 53 of file const.py.

Member Data Documentation

◆ REFRESH_SYSTEM

string homeassistant.components.evohome.const .EvoService.REFRESH_SYSTEM = "refresh_system"
static

Definition at line 56 of file const.py.

◆ RESET_SYSTEM

string homeassistant.components.evohome.const .EvoService.RESET_SYSTEM = "reset_system"
static

Definition at line 58 of file const.py.

◆ RESET_ZONE_OVERRIDE

string homeassistant.components.evohome.const .EvoService.RESET_ZONE_OVERRIDE = "clear_zone_override"
static

Definition at line 60 of file const.py.

◆ SET_SYSTEM_MODE

string homeassistant.components.evohome.const .EvoService.SET_SYSTEM_MODE = "set_system_mode"
static

Definition at line 57 of file const.py.

◆ SET_ZONE_OVERRIDE

string homeassistant.components.evohome.const .EvoService.SET_ZONE_OVERRIDE = "set_zone_override"
static

Definition at line 59 of file const.py.


The documentation for this class was generated from the following file: