Releases: kevdliu/hacs-anylist
Releases · kevdliu/hacs-anylist
Version 1.5.2: Trim whitespace when adding items
Version 1.5.1: Fix integration reloading
Fix integration reloading
Version 1.5: Support reconfigure step and add refresh interval setting
- Support reconfigure step: You can now completely reconfigure the integration without needing to remove it first. You need to be on Home Assistant 2024.4 or later for this feature to be supported.
- Add refresh interval setting: You can now configure how often the integration will refresh lists from Anylist in integration options.
Version 1.4.2: Remove anylist prefix from list names
Remove anylist prefix from list names
Version 1.4.1: Add list items to todo entity attributes
Todo entities now have checked_items
and unchecked_items
attributes which contain the corresponding items on the list
Version 1.4.0: Add support for item notes
Integration can now get and set notes on an Anylist item.
Add support for binary server
v1.3.0 bump version
Fix bug regarding list name casing
v1.2.1 restore anylist prefix
Add support for Home Assistant to-do lists
Note: This release requires version 1.5 of the addon and Home Assistant 2023.11.0.
- New 'anylist.check_item' and
anylist.uncheck_item
service calls allows you to check or uncheck items in the list - Allows displaying and managing Anylist lists in the Home Assistant UI by leveraging the new to-do lists feature introduced in Home Assistant 2023.11.0.
Add support for multiple lists
Note: This release requires version 1.3 of the addon
- All service calls now also have an optional
list
parameter allowing you to specify the name of the list - New "Default List Name" setting in integration options allows you to specify the default name of the list to use if none are included in the service call. It is also used for Home Assistant intents.