home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
70.04k stars 29.12k forks source link

screenlogic: Steps for number.pentair_<mac>_scg_level_X is now 5. It should be 1. #101773

Closed calisro closed 9 months ago

calisro commented 9 months ago

The problem

Previously the steps for the pentair salt chlorinator was '1'. In the newest version it is now '5' but a value of '2' for example is completely acceptable within the product and was settable in the prior version before this latest update. Can we please change the step back to '1'?

for example: number.pentair_-mac-_scg_level_X


min: 0 max: 100 **step: 5** mode: auto unit_of_measurement: % icon: mdi:mortar-pestle-plus friendly_name: Pool SWG Output
--

What version of Home Assistant Core has the issue?

core-2023.10.2

What was the last working version of Home Assistant Core?

2023.9.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

screenlogic

Link to integration documentation on our website

https://www.home-assistant.io/integrations/screenlogic

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

home-assistant[bot] commented 9 months ago

Hey there @dieselrabbit, @bdraco, mind taking a look at this issue as it has been labeled with an integration (screenlogic) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `screenlogic` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign screenlogic` Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


screenlogic documentation screenlogic source (message by IssueLinks)

dieselrabbit commented 9 months ago

The steps value is taken from the API data. Please raise this at https://github.com/dieselrabbit/screenlogicpy for tracking. Thank you.

calisro commented 9 months ago

I have raised an issue there too. Thanks!

https://github.com/dieselrabbit/screenlogicpy/issues/56

calisro commented 8 months ago

Thank-you. This is all fixed.