Files
hacs_waste_collection_schedule/doc/source/mestorudna_cz.md
Dan Ohnesorg 5a521c39b5 Add new source - first Czech city - Rudna u Prahy (#1793)
* Add new source - first Czech city - Rudna u Prahy

* reformatting

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-02-17 20:13:44 +01:00

1.1 KiB

Rudná u Prahy - Czech Republic

Support for schedules provided by Městský úřad Rudná, CZ.

Published data description - https://www.mesto-rudna.cz/odpadovy-kalendar/data_readme.html

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: mestorudna_cz
      args:
        city_part: CITY_PART

Configuration Variables

city_part
(string)

Example

waste_collection_schedule:
    sources:
    - name: mestorudna_cz
      args:
        city_part: "S"

sensor:
  - platform: waste_collection_schedule
    name: next_yard_collection
    types:
      - Svoz sběrných hnízd - papír
    details_format: appointment_types

How to find your city_part

Look at

https://www.rudnamesto.cz/odpadovy-kalendar/d-193572

city_part can be set to "S" for the North part of the city or "J" for the South part of the city.

An empty city_part value retrieves all data from the dataset.