Closed dsluo closed 11 months ago
Hey there @natekspencer, @tkdrob, mind taking a look at this issue as it has been labeled with an integration (litterrobot
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
litterrobot documentation litterrobot source (message by IssueLinks)
Read the entire deprecation notification. Does that answer your question? The service name just changed
Litter-Robot vaccum support for the vacuum.turn_on service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.start and select submit below to mark this issue as resolved.
I interpreted this to mean that turn_on
had different behavior from start
, where turn_on
corresponded to the on button and start
corresponded to the manual cycle button in the app. After looking at the source, this is indeed not the case.
Maybe the wording for this deprecation warning could be more explicit that the service was renamed, but that's a separate issue.
The problem
I got a notification that vacuum.turn_on/vacuum.turn_off will be deprecated in HA 2024.2. While this probably makes sense for actual robot vacuums, the behavior is not exactly the same for the Litter Robot as turning it off and on again forces it to cycle regardless of the state of the bin.
Maybe an additional service should be added for this functionality?
What version of Home Assistant Core has the issue?
core-2023.11.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
litterrobot
Link to integration documentation on our website
https://www.home-assistant.io/integrations/litterrobot/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response