mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-05 01:36:49 +00:00

* 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>
1.7 KiB
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 |
|
|
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. |