Add event platform to Bring integration (#37216)

This commit is contained in:
Manu 2025-02-07 11:16:20 +01:00 committed by GitHub
parent 74151b245b
commit a97a8f2fa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.