hassio-addons / addon-grocy

Grocy - Home Assistant Community Add-ons
https://addons.community
MIT License
326 stars 59 forks source link

Configuration feature toggles set to false aren't setting properly in Grocy #461

Open marcjay opened 2 months ago

marcjay commented 2 months ago

Reporting the same issue as https://github.com/hassio-addons/addon-grocy/issues/275. It was closed as the issue was stale, but the issue is very much still there.

The PR that was raised at the time by @Nathanlclark seems like the right fix: https://github.com/hassio-addons/addon-grocy/pull/276

I noticed it because I have the following set:

tweaks:
  stock_price_tracking: false

However the Stock Overview tab still shows the price information image

Checking the console, can see that it's '0' which is not falsey

image image
github-actions[bot] commented 1 month ago

There hasn't been any activity on this issue recently, so we clean up some of the older and inactive issues. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thanks!

marcjay commented 1 month ago

Still an issue