Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 655 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 655 Bytes

ica_shopping_list

HomeAssistant integration to ICA shopping list

Install as custom component, manually or using HACS.
You need to have a valid ICA account and a password (4-6 digits)

You then need to specify store sorting for sorting your list items (0 = no sort order)

Add in configuration.yaml:

ica_shopping_list:
  username: !secret ica_username
  listname: My shopping list
  password: !secret ica_pw
  storesorting: 0

In your secrets.yaml add:

ica_username: [USERNAME]
ica_pw: [4-6 DIGIT PASSWORD]

listname is case sensitive.
If the list is not found, it will be created. Space and å, ä, ö is valid.