Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.lawn_mower.const Namespace Reference

Variables

string DOMAIN = "lawn_mower"
 
string SERVICE_DOCK = "dock"
 
string SERVICE_PAUSE = "pause"
 
string SERVICE_START_MOWING = "start_mowing"
 

Detailed Description

Constants for the lawn mower integration.

Variable Documentation

◆ DOMAIN

string homeassistant.components.lawn_mower.const.DOMAIN = "lawn_mower"

Definition at line 33 of file const.py.

◆ SERVICE_DOCK

string homeassistant.components.lawn_mower.const.SERVICE_DOCK = "dock"

Definition at line 37 of file const.py.

◆ SERVICE_PAUSE

string homeassistant.components.lawn_mower.const.SERVICE_PAUSE = "pause"

Definition at line 36 of file const.py.

◆ SERVICE_START_MOWING

string homeassistant.components.lawn_mower.const.SERVICE_START_MOWING = "start_mowing"

Definition at line 35 of file const.py.