-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Add start mowing and dock intents for lawn mower #140525 8000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Hey there @home-assistant/core, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding these intents to Home Assistant! ❤️
IMHO, the names be more consistent with what we already have in Home Assistant, like in the vacuum integration.
There the naming is "HassVacuumStart" while here you are proposing "HassLawnMowerStartMowing". Wouldn't it be better to use "HassLawnMowerStart" or "HassMowerStart"?
Same for "HassLawnMowerDock", for the vacuum we have "HassVacuumReturnToBase". I think here would be better to use "HassLawnMowerReturnToBase" or "HassMowerReturnToBase". What do you think?
Other than that, I reviewed the code and it looks good to me 😃
I reused the names of the Home Assistant services/actions which are inconsistent with the vacuum one 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I understand, then would be inconsistent with that.
And changing everything should be discussed in a new issue, since it is unrelated to this.
Not sure if it's worth it to change that, because it would be a big breaking change.
But this PR looks good to me 👍
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. |
This PR just needs another review |
Proposed change
Add start and docker intents for lawn mower. Supported feature are the same as the vacuum domain.
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: