2022-03-30 21:50:39 +02:00

1.2 KiB

title description ha_category ha_release ha_iot_class ha_domain ha_codeowners ha_platforms ha_integration_type
Open ERZ Instructions on how to integrate a OpenERZ API for Zurich city waste disposal with Home Assistant
Sensor
0.109 Cloud Polling openerz
@misialq
sensor
integration

This openerz sensor platform uses OpenERZ API to access data from Entsorgung und Recycling Zürich (ERZ). It reports the next pickup date for the specified zip and waste type.

Configuration

To enable this sensor in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: openerz
    zip: 8001
    waste_type: cardboard

Available (and tested) waste types are: paper, cardboard, waste, cargotram, etram, organic and textile.

{% configuration %} name: description: The name to be used when displaying this sensor. required: false type: string zip: description: Postcode of the pickup location. required: true type: string waste_type: description: Type of waste to be collected. required: true type: string default: waste {% endconfiguration %}