dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
96 stars 21 forks source link

Updated Timeout Values Not Reflected in Configuration UI #61

Open gregorymartin opened 2 years ago

gregorymartin commented 2 years ago

When attempting to update the connection or response timeouts via the integration configuration UI, the new values do not persist. Saving and re-opening the configuration screen reveals the default values rather than what was set. I've also attempted a restart after setting the values and they do not appear to persist that way either. I tried version 2.5 as well as 2.7 beta.

omriasta commented 2 years ago

They actually do persist where the config is stored under .storage folder. I couldn't figure out a way to pull the stored values to the form.

gregorymartin commented 2 years ago

Ah, ok, I do see the updated setting in the config under .storage. So this bug is more of a UI bug where the configuration UI always shows the default values rather than the set value.