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

Static Public Attributes

int DOCK = 4
 
int PAUSE = 2
 
int START_MOWING = 1
 

Detailed Description

Supported features of the lawn mower entity.

Definition at line 25 of file const.py.

Member Data Documentation

◆ DOCK

int homeassistant.components.lawn_mower.const .LawnMowerEntityFeature.DOCK = 4
static

Definition at line 30 of file const.py.

◆ PAUSE

int homeassistant.components.lawn_mower.const .LawnMowerEntityFeature.PAUSE = 2
static

Definition at line 29 of file const.py.

◆ START_MOWING

int homeassistant.components.lawn_mower.const .LawnMowerEntityFeature.START_MOWING = 1
static

Definition at line 28 of file const.py.


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