mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 13:57:37 +00:00
1.3 KiB
1.3 KiB
title | description | ha_category | ha_release | ha_iot_class | ha_domain | ha_codeowners | ha_config_flow | ha_platforms | ha_integration_type | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ridwell | Instructions on how to set up the Ridwell |
|
2021.12 | Cloud Polling | ridwell |
|
true |
|
service |
The Ridwell integration allows users to track waste recycling pickups scheduled with Ridwell.
{% include integrations/config_flow.md %}
Pickup Types
The pickup sensor contains a pickup_types
state attribute, which contains:
- The items being picked up during this particular event
- The category of each item
- The quantity of each item
For example:
{
"Latex Paint": {
"category": "add_on",
"quantity": 7
},
"Beyond the Bin": {
"category": "add_on",
"quantity": 2
},
"Fluorescent Light Tubes": {
"category": "add_on",
"quantity": 1
},
"Winter Coats and Jackets": {
"category": "rotating",
"quantity": 1
},
"Light Bulbs": {
"category": "standard",
"quantity": 1
},
"Batteries": {
"category": "standard",
"quantity": 1
},
"Threads": {
"category": "standard",
"quantity": 1
},
"Plastic Film": {
"category": "standard",
"quantity": 1
}
}