Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cloud.CloudConnectionState Class Reference
Inheritance diagram for homeassistant.components.cloud.CloudConnectionState:
[legend]
Collaboration diagram for homeassistant.components.cloud.CloudConnectionState:
[legend]

Static Public Attributes

string CLOUD_CONNECTED = "cloud_connected"
 
string CLOUD_DISCONNECTED = "cloud_disconnected"
 

Detailed Description

Cloud connection state.

Definition at line 145 of file __init__.py.

Member Data Documentation

◆ CLOUD_CONNECTED

string homeassistant.components.cloud.CloudConnectionState.CLOUD_CONNECTED = "cloud_connected"
static

Definition at line 148 of file __init__.py.

◆ CLOUD_DISCONNECTED

string homeassistant.components.cloud.CloudConnectionState.CLOUD_DISCONNECTED = "cloud_disconnected"
static

Definition at line 149 of file __init__.py.


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