From 146553b6fcc0b0ee6a4b4e90ee3032968c9f9c9c Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Tue, 30 Jan 2024 12:36:00 +0100 Subject: [PATCH] add Bring! integration (#30833) * add Bring! integration * Apply suggestions from code review Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: Franck Nijhof Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/bring.markdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 source/_integrations/bring.markdown diff --git a/source/_integrations/bring.markdown b/source/_integrations/bring.markdown new file mode 100644 index 00000000000..84bd4274801 --- /dev/null +++ b/source/_integrations/bring.markdown @@ -0,0 +1,22 @@ +--- +title: Bring! +description: Instructions on how to integrate the Bring! todo list with Home Assistant. +ha_category: + - To-do list +ha_iot_class: Cloud Polling +ha_release: 2024.2 +ha_config_flow: true +ha_codeowners: + - '@miaucl' + - '@tr4nt0r' +ha_domain: bring +ha_integration_type: integration +ha_platforms: + - todo +--- + +The **Bring** integration allows you to interact with your [Bring!](https://www.getbring.com/) shopping lists within Home Assistant. + +For authentication, the integration requires the `email` and `password` you used for your Bring! account. If you want to automatically receive notifications via the Bring! app when Home Assistant adds or removes an item from the list, you should use a dedicated account (such as `email: your.name+ha@gmail.com`) to connect Home Assistant with [Bring!](https://www.getbring.com/). + +{% include integrations/config_flow.md %}