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).