custom-components / grocy

Custom Grocy integration for Home Assistant
Apache License 2.0
156 stars 47 forks source link

Clean up, set minimal HA version to 2021.12.0 #222

Closed marcelvriend closed 2 years ago

marcelvriend commented 2 years ago

As of this version, at least Home Assistant 2021.12.0 is required to run this integration.

ludeeus commented 2 years ago

This is a good start on getting this integration up to current 👍 There is a lot more that can be cleaned up now, as the JSON decoder can now inherit the same that HA uses, entity descriptions can be used. And if a version compare is ever needed again, AwesomeVersion is a core requirement so that is always available to be used.