diff --git a/source/_components/twentemilieu.markdown b/source/_components/twentemilieu.markdown new file mode 100644 index 00000000000..df54c4ab44f --- /dev/null +++ b/source/_components/twentemilieu.markdown @@ -0,0 +1,44 @@ +--- +title: "Twente Milieu" +description: "Instructions on how to integrate Twente Milieu with Home Assistant." +logo: twentemilieu.png +ha_category: + - Sensor + - Environment +ha_release: 0.97 +ha_iot_class: Cloud Polling +ha_config_flow: true +--- + +The Twente Milieu integration allows you to track the next scheduled waste +pickups by Twente Milieu for each of the different waste types. + +## Configuration via the frontend + +Menu: **Configuration** -> **Integrations**. + +Click on the `+` sign to add an integration and click on **Twente Milieu**. +Follow the configuration flow, after finishing, the Twente Milieu +integration will be available. + +## Sensors + +This integration provides sensors for the following waste pickup dates from Twente Milieu: + +- Next plastic waste pickup date. +- Next organic waste pickup date. +- Next paper waste pickup date. +- Next non-recyclable waste pickup date. + +## Services + +The Twente Milieu integration exposes a service that allows you to manually update +the pickup date from Twente Milieu. + +### Service `update` + +Update pickup dates from Twente Milieu + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ------------------------------------------------------------ | +| `id` | Yes | The unique address ID to update. | diff --git a/source/images/supported_brands/twentemilieu.png b/source/images/supported_brands/twentemilieu.png new file mode 100644 index 00000000000..2f0124dec3a Binary files /dev/null and b/source/images/supported_brands/twentemilieu.png differ