Skip to content

HomeAssistant integration to ICA shopping list

Notifications You must be signed in to change notification settings

mwiorek/ica_shopping_list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

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.

About

HomeAssistant integration to ICA shopping list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%