Ridwell
The Ridwell integration allows users to track waste recycling pickups scheduled with Ridwell.
Configuration
Adding Ridwell to your Home Assistant instance can be done via the user interface, by using this My button:
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the sidebar, select Settings.
-
From the configuration menu, select Devices & Services.
-
In the bottom right, select the Add Integration button.
-
From the list, search and select Ridwell.
-
Follow the instructions on screen to complete the setup.
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
}
}