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

Static Public Attributes

string ASLEEP = "asleep"
 
string ONLINE = "online"
 

Detailed Description

Tessie status.

Definition at line 27 of file const.py.

Member Data Documentation

◆ ASLEEP

string homeassistant.components.tessie.const .TessieState.ASLEEP = "asleep"
static

Definition at line 30 of file const.py.

◆ ONLINE

string homeassistant.components.tessie.const .TessieState.ONLINE = "online"
static

Definition at line 31 of file const.py.


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