Skip to content

Releases: kevdliu/hacs-anylist

Version 1.5.2: Trim whitespace when adding items

18 Jul 19:02
Compare
Choose a tag to compare

Version 1.5.1: Fix integration reloading

27 Apr 00:50
Compare
Choose a tag to compare

Fix integration reloading

Version 1.5: Support reconfigure step and add refresh interval setting

16 Apr 17:51
Compare
Choose a tag to compare
  • 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

22 Mar 00:32
Compare
Choose a tag to compare

Remove anylist prefix from list names

Version 1.4.1: Add list items to todo entity attributes

06 Mar 22:31
Compare
Choose a tag to compare

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

11 Jan 00:21
Compare
Choose a tag to compare

Integration can now get and set notes on an Anylist item.

Add support for binary server

14 Dec 15:27
Compare
Choose a tag to compare
v1.3.0

bump version

Fix bug regarding list name casing

12 Dec 22:31
Compare
Choose a tag to compare
v1.2.1

restore anylist prefix

Add support for Home Assistant to-do lists

05 Nov 22:18
2db3dfc
Compare
Choose a tag to compare

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

16 Aug 20:08
7928252
Compare
Choose a tag to compare

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.