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

Static Public Attributes

string CLOUD = "cloud"
 
string SELF_HOSTED = "self_hosted"
 

Detailed Description

Instance mode.

Definition at line 31 of file const.py.

Member Data Documentation

◆ CLOUD

string homeassistant.components.ecovacs.const .InstanceMode.CLOUD = "cloud"
static

Definition at line 34 of file const.py.

◆ SELF_HOSTED

string homeassistant.components.ecovacs.const .InstanceMode.SELF_HOSTED = "self_hosted"
static

Definition at line 35 of file const.py.


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