From a97a8f2fa2a9cbcba86d7c03b24453a0d8f1fc2a Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:16:20 +0100 Subject: [PATCH] Add event platform to Bring integration (#37216) --- source/_integrations/bring.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/bring.markdown b/source/_integrations/bring.markdown index 5fb91fe3422..7cb8f26d8e1 100644 --- a/source/_integrations/bring.markdown +++ b/source/_integrations/bring.markdown @@ -15,6 +15,7 @@ ha_platforms: - diagnostics - sensor - todo + - event related: - docs: /integrations/todo title: To-do list integration documentation @@ -40,6 +41,10 @@ For authentication, the integration requires the `email` and `password` you used - **Region & Language:** The sensor can be used for diagnostics. If everything is set correctly, it will display the selected region for the shopping list. If it shows **Unknown**, the region has not been set properly in the **Bring!** app. - **List access**: Indicates whether the shopping list is **personal** (private) or **shared** (accessible to others). +## Events + +- **Activities:** The event entity displays the most recent activity on a Bring! shopping list, including the activity type and the profile picture of the user who performed it. There are three types of activities: *Items added* (when a user adds items to the list), *Items removed* (when a user removes items), and *Items changed* (when a user modifies item details or quantity). The event attributes provide additional details, including the list of added, removed, or modified items, the user's name, and the exact time of the activity. + ## Actions You can use the actions from the [to-do list](/integrations/todo/) to create, update, or delete items on your Bring! shopping lists.