home-assistant.io/source/_integrations/lawn_mower.markdown
c0ffeeca7 fba25682cd
Integrations: apply sentence-style capitalization (#29977)
* Integrations: apply sentence-style capitalizytion

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-23 16:43:01 +01:00

1.7 KiB

title, description, ha_release, ha_domain, ha_quality_scale, ha_category, ha_codeowners, ha_integration_type
title description ha_release ha_domain ha_quality_scale ha_category ha_codeowners ha_integration_type
Lawn mower Instructions on how to setup and use lawn mowers in Home Assistant. 2023.9 lawn_mower internal
Lawn mower
@home-assistant/core
entity

The lawn mower integration allows the control of robotic lawn mowers to be reflected within Home Assistant.

{% include integrations/building_block_integration.md %}

Services

Available services: start_mowing, pause and dock.

Before calling one of these services, make sure your lawn_mower platform supports it.

Service lawn_mower.start_mowing

Start or resume a mowing task.

Service data attribute Optional Description
entity_id yes Only act on specific lawn_mower. Use entity_id: all to target all.

Service lawn_mower.pause

Pause a mowing task.

Service data attribute Optional Description
entity_id yes Only act on specific lawn_mower. Use entity_id: all to target all.

Service lawn_mower.dock

Tell the lawn_mower to return to dock.

Service data attribute Optional Description
entity_id yes Only act on specific lawn_mower. Use entity_id: all to target all.