0.9.6
Overview
This version comes with some improvements to the underlying sync code from @alexschwantes. Additionally, we have improved error messages during configuration so it should be easier to identify why any issues may have occurred during setup.
We also have a new feature: automatic list sorting! This is fully optional and can be selected during the first time you configure the integration or changed later by clicking the configure
button. Basically, if this option is selected, all of your lists will be automatically sorted alphabetically (case-insensitive). Because the lists are synchronized, the lists will be changed to alphabetical order in both Home Assistant and Google Keep. It may take one sync interval (currently 15 minutes) for you to see the changes on the Google Keep side.
Finally, we have another great feature added by @alexschwantes, an event for new list items! Basically, we now fire the same event that Home Assistant does when new list items are added remotely from the Google Keep side, allowing you to do many useful things with your list data that you couldn't before. See the readme for more information and examples.
What's Changed
- Streamline api by @alexschwantes in #4
- Improve config flow validation by @watkins-matt in #15
- Feature automatic sort option by @watkins-matt in #16
- Add event for new list items by @alexschwantes in #12