albaintor / homeassistant_electrolux_status

Get the status from your Electrolux Care devices
MIT License
81 stars 20 forks source link

Fixed number entity unit mismatch #52

Closed marcuslonnberg closed 2 months ago

marcuslonnberg commented 3 months ago

When setting the start time on my dishwasher, I observed that the input value was treated as seconds while the number entity was in minutes. To resolve this, I converted the value from the entity to seconds to align it with the rest of the code. After implementing this fix, the start time could be set successfully

Tasmaanseduivel commented 3 months ago

I have tested this PR and the integration now correctly works with minutes instead of seconds.

marcuslonnberg commented 2 months ago

Hi @albaintor, hope you are doing well! Have you been able to look at the PR? Please let me know if there's anything else needed from my end or if we can proceed with merging it

albaintor commented 2 months ago

Hi thanks I missed that notification I just merged it thanks