Skip to content

Commit

Permalink
Merge pull request #8 from mwiorek/main
Browse files Browse the repository at this point in the history
Major changes made - all services working
  • Loading branch information
kayjei authored Oct 1, 2023
2 parents 395bcae + 2ef7da5 commit c1806e9
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 176 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
HomeAssistant integration to ICA shopping list

Install as custom component, manually or using HACS.<br>
You need to have a valid ICA account and a password (6 digits)<br><br>
You need to have a valid ICA account and a password (4-6 digits)<br><br>
Optionaliy you can add a default store sorting, 0 = none.
Add in configuration.yaml:

```
ica_shopping_list:
username: ICA-USERNAME
listname: My shopping list
password: ICA PASSWORD
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.<br>
If the list is not found, it will be created. Space and å, ä, ö is valid.
Loading

0 comments on commit c1806e9

Please sign in to comment.