Lawn mower
The Lawn mower integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows the control of robotic lawn mowers to be reflected within Home Assistant.
Building block integration
This lawn mower is a building block integration that cannot be added to your Home Assistant directly but is used and provided by other integrations.
A building block integration differs from the typical integration that connects to a device or service. Instead, other integrations that do integrate a device or service into Home Assistant use this lawn mower building block to provide entities, services, and other functionality that you can use in your automations or dashboards.
If one of your integrations features this building block, this page documents the functionality the lawn mower building block offers.
The state of a lawn mower entity
A lawn mower entity can have the following states:
- Mowing: The lawn mower is currently mowing.
- Docked: The lawn mower is done mowing and is currently docked.
- Paused: The lawn mower was active and is now paused.
- Returning: The lawn mower is returning to the dock.
- Error: The lawn mower encountered an error while active and needs assistance.
- Unavailable: The entity is currently unavailable.
- Unknown: The state is not yet known.
Actions
Available actions: start_mowing
, pause
and dock
.
Before calling one of these actions, make sure your lawn_mower platform supports it.
Action lawn_mower.start_mowing
Start or resume a mowing task.
Data attribute | Optional | Description |
---|---|---|
entity_id |
yes | Only act on specific lawn_mower. Use entity_id: all to target all. |
Action lawn_mower.pause
Pause a mowing task.
Data attribute | Optional | Description |
---|---|---|
entity_id |
yes | Only act on specific lawn_mower. Use entity_id: all to target all. |
Action lawn_mower.dock
Tell the lawn_mower to return to dock.
Data attribute | Optional | Description |
---|---|---|
entity_id |
yes | Only act on specific lawn_mower. Use entity_id: all to target all. |