dlarrick / hass-kumo

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

Any way to update "prefer cache," short of reinstalling? #116

Closed bdimaggio closed 1 year ago

bdimaggio commented 1 year ago

Don't mind doing that if necessary, but I'm pretty sure this is just a matter of changing a yaml file. If so, can anybody tell me which one, and where exactly? Thanks!

dlarrick commented 1 year ago

There isn't a way to do this thru the GUI. See #94 . Patches welcome :-)

The value is stored in .storage/core.config_entries . To successfully edit this file, shut down your HA first, and restart it when done editing. Don't mess up the syntax, or your HA won't start up.

bdimaggio commented 1 year ago

Thanks, @dlarrick ! Will look into providing that patch.