This custom component integrates Greyhound Bin App API with [Home Assistant][ha], it will add a new local calendar allowing you to monitor your Bin collections for the next 30 days. There are a few extra sensors, e.g. - next collection date, next collection bin type.
This component will set up the following platforms.
| Platform | Description |
|---|---|
sensor |
Displays information from the greyhound_bin API. |
calendar |
Shows upcoming bin collection events. |
This is the recommended way to install.
- Open HACS in your Home Assistant UI
- Click on the three dots in the top right corner and select Custom repositories.
- In the "Add custom repository" field, paste https://github.com/JosyBan/greyhound_bin.
- Select Integration as the Category.
- Click ADD
- Once added, search for "ventaxia" in the HACS Integrations section.
- Click on the "ventaxia" integration.
- Click Download and confirm.
- Restart Home Assistant.
- In the HA UI, click Settings in the left nav bar, then click "Devices & Services". By default you should be viewing the Integrations tab. Click "+ Add Integration" button at bottom right and then search for "ventaxia".
- Download the integration: Download the latest release from the Release Page.
- Unpack the ventaxia_ha folder from the downloaded archive.
- Copy the entire ventaxia_ha folder into your Home Assistant's custom_components directory. If this directory doesn't exist, you'll need to create it.
- Your Home Assistant configuration directory typically resides at /config (e.g., /config/custom_components/ventaxia_ha/).
- Restart Home Assistant.
- In the HA UI, click Settings in the left nav bar, then click "Devices & Services". By default you should be viewing the Integrations tab. Click "+ Add Integration" button at bottom right and then search for "ventaxia".
After installation and restarting Home Assistant, you can configure the Greyhound Bin integration via the Home Assistant UI.
Go to Settings > Devices & Services.
Click on ADD INTEGRATION.
Search for "Greyhound Bin" and select it.
Follow the on-screen prompts to enter your Greyhound Bin account details
Once successfully configured, the integration will automatically create the calendar and relevant sensor entities. You can find the full list of available entities under Settings > Devices & Services > Greyhound Bin integration once it's set up.
If you want to contribute to this please read the Contribution guidelines
This project was generated from @oncleben31's Home Assistant Custom Component Cookiecutter template.
Code template was mainly taken from @Ludeeus's integration_blueprint template
