From d0558cdd5097c4c5b57ef85d9a524622a6b90c74 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 13 Nov 2020 06:17:55 -0700 Subject: [PATCH] Update Recollect Waste configuration instructions (#15624) --- source/_integrations/recollect_waste.markdown | 33 +++---------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/source/_integrations/recollect_waste.markdown b/source/_integrations/recollect_waste.markdown index 5a1e7e12b11..5d625b00725 100644 --- a/source/_integrations/recollect_waste.markdown +++ b/source/_integrations/recollect_waste.markdown @@ -19,36 +19,13 @@ The `recollect_waste` integration allows you to track the next scheduled waste p 5. Use the place_id and service_id when configuring the sensor. -## Configuration - -To enable this sensor, add the following lines to your `configuration.yaml`: - -```yaml -# Example configuration.yaml entry -sensor: - - platform: recollect_waste - place_id: YOUR_PLACE_ID - service_id: YOUR_SERVICE_ID -``` - -{% configuration %} -place_id: - description: The place_id used for your neighbourhood. - required: true - type: string -service_id: - description: The service_id used for your city. - required: true - type: string -name: - description: Name the sensor. - required: false - type: string - default: recollect_waste -{% endconfiguration %} - The default frequency for pulling data from Recollect Waste is once a day (86400 seconds).
The Recollect Waste sensor uses the Recollect API URL to obtain data not an official API from Recollect. Use at your own risk.
+ +## Configuration + +This integration can be configured via the Home Assistant UI by navigating to +**Configuration** -> **Integrations**.