-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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
Remove Picnic Cart items count sensor #104349
Conversation
Hey there @corneyl, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Please don't. I'm not using the to-do integration, and this count sensor is thus the only sensor presenting this information to me. |
It's not if one isn't using What's the issue you're trying to resolve with the introduction of this breaking change? |
Can you see if you are correct by testing this assumption?
The duplicate sensor. |
So not linked to |
Todo is not added in Picnic in the current release, please try adding a local todo list. |
Which is proving my initial comment: you should not remove this sensor from Picnic as the other one does not need to be set up at all. edit: or are you saying it will be there in 2023.12? |
The Picnic 'Todo list' cart will be added in the next release, see #102855. There's no additional setup needed, it's just part of the Picnic integration. Maybe that clarifies things a bit 😄 |
We should give users 6 months to update their automations. So I would suggest adding a comment that this sensor should be removed in 2024.6. Side question, when you have 2 of the same items in your cart, What does the todo list entity show as state and what does the sensor show as state? |
Honestly, I would not remove this sensor (maybe disabled by default). |
With what reasoning? Not that I'm against it, but I want to know the rationale behind it |
The reason is that we have added a sensor (shopping cart) that does exactly the same as the removed one, as far as I thought. So except from users (or Home Assistant) having to migrate things, I expect no change. So it is just a clean-up. But there didn’t expect so many discussion, I will take a second look to make sure there are no changes for the user. |
Breaking change
Picnic 'Cart items count' sensor has been removed, as the same value now is exposed by the Picnic Shopping cart To-do sensor.
Proposed change
Sensor is duplicate and has no use anymore.
Type of change
Additional information
Checklist
black --fast 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
..coveragerc
.To help with the load of incoming pull requests: