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

Static Public Attributes

string DOCKED = "docked"
 
string ERROR = "error"
 
string MOWING = "mowing"
 
string PAUSED = "paused"
 
string RETURNING = "returning"
 

Detailed Description

Activity state of lawn mower devices.

Definition at line 6 of file const.py.

Member Data Documentation

◆ DOCKED

string homeassistant.components.lawn_mower.const .LawnMowerActivity.DOCKED = "docked"
static

Definition at line 18 of file const.py.

◆ ERROR

string homeassistant.components.lawn_mower.const .LawnMowerActivity.ERROR = "error"
static

Definition at line 9 of file const.py.

◆ MOWING

string homeassistant.components.lawn_mower.const .LawnMowerActivity.MOWING = "mowing"
static

Definition at line 15 of file const.py.

◆ PAUSED

string homeassistant.components.lawn_mower.const .LawnMowerActivity.PAUSED = "paused"
static

Definition at line 12 of file const.py.

◆ RETURNING

string homeassistant.components.lawn_mower.const .LawnMowerActivity.RETURNING = "returning"
static

Definition at line 21 of file const.py.


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