mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Add sensor platform and sensor descriptions for Bring integration (#34898)
* Add sensor platform and sensor descriptions for Bring integration * update sensor name/desc * Apply suggestions from code review --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
304f52c89b
commit
59d3481ecf
@ -13,6 +13,7 @@ ha_domain: bring
|
||||
ha_integration_type: service
|
||||
ha_platforms:
|
||||
- todo
|
||||
- sensor
|
||||
related:
|
||||
- docs: /integrations/todo
|
||||
title: To-do list integration documentation
|
||||
@ -30,6 +31,13 @@ For authentication, the integration requires the `email` and `password` you used
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
## Sensors
|
||||
|
||||
- **Urgent:** Shows the number of items tagged with the **Urgent** badge on the shopping list. Completed items are excluded.
|
||||
- **On occasion:** Displays the count of items marked with the **If convenient** badge.
|
||||
- **Discount only:** Indicates the number of items tagged with the **Offer** badge.
|
||||
- **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.
|
||||
|
||||
## Actions
|
||||
|
||||
You can use the actions from the [to-do list](/integrations/todo/) to create, update, or delete items on your Bring! shopping lists.
|
||||
|
Loading…
x
Reference in New Issue
Block a user