This component integrates the Bring! Shopping List app into Home Assistant. To display your shopping lists on the lovelace UI use the Bring! Shopping List Card.
Install it in the Integrations
tab on the Home Asssistant Community Store.
To use it, copy the bring_shopping_list
folder inside your config/custom_components
folder on your Home Assistant installation first.
sensor:
- platform: bring_shopping_list
username: user
password: password
lists:
- id: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
name: Home
locale: en-US
- id: xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
name: Work
locale: de-DE
Your username of Bring!
Your password of Bring! If you don't have one since you are loging in via Google or the magic email-link, create one for you.
This contains the lists you want to monitor. Take a look below for the element syntax.
The list id. To get that login follow those steps:
- Login on the web portal
- Open the browser dev tools (Ctrl + Shift + I on Chrome)
- Open the network tab and clear the history (second icon from the left)
- Click on the list you want to integrate on the website
- The id is not shown in the network request list of the dev tools.
- Click on the column and copy the id from the details.
This is used to make sensor name friendly otherwise id will be used. Example sensor.bring_shopping_list_home
Locale used to get the name of the items. (Default: en-US
)