Skip to content

Commit

Permalink
Summary: Document LawnMowerActivity.RETURNING support
Browse files Browse the repository at this point in the history
Requires HA 2024.9

Issue make-all#2239
  • Loading branch information
make-all committed Sep 22, 2024
1 parent 9d25327 commit 5436c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/tuya_local/devices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ Humidifer can also cover dehumidifiers (use class to specify which).
- **current_humidity** (optional, number): a dp to report the current humidity measured by the device
### `lawn_mower`
- **activity** (required, string): a dp to report the current activity of the mower. Valid activities are `mowing`, `paused`, `docked`, `error` (from LawnMowerActivities in https://github.com/home-assistant/core/blob/dev/homeassistant/components/lawn_mower/const.py). Any additional activities should be mapped to one of those, and exposed through an extra attribute or sensor entity that shows all the statuses that the mower is reporting.
- **activity** (required, string): a dp to report the current activity of the mower. Valid activities are `mowing`, `paused`, `docked`, `error`, `returning` (from LawnMowerActivities in https://github.com/home-assistant/core/blob/dev/homeassistant/components/lawn_mower/const.py). Any additional activities should be mapped to one of those, and exposed through an extra attribute or sensor entity that shows all the statuses that the mower is reporting.
- **command** (required, string): a dp to send commands to the mower. Recognised commands are `start_mowing`, `pause` and `dock`. Any additional commands should be implemented via a `button` or `select` entity.
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Tuya Local",
"render_readme": true,
"homeassistant": "2024.8.0"
"homeassistant": "2024.9.0"
}

0 comments on commit 5436c04

Please sign in to comment.