xirixiz / homeassistant-afvalwijzer

Provides sensors for some Dutch waste collectors
MIT License
176 stars 68 forks source link

Need help with Doorn #280

Closed MrAredhone closed 3 months ago

MrAredhone commented 3 months ago

Request

Hay There im still quite new to homeassistant and i was trying to add doorn i lookt at your configuration.yaml but dident get any wiser i got ` sensor:

`

Additional information

No response

xirixiz commented 3 months ago

Hi @MrAredhone nice that you are exploring HASS and this addon as well. With 3 backticks (these ` ), you can add some code which is better readable for the audience ;).

sensor:
  - platform: afvalwijzer
    provider: mijnafvalwijzer
    postal_code: 3941NB
    default_label: "Geen"
    street_number: 74

This should work (used a postal code an street number I randomly found). Be aware that sensor only may be specified once in the configuration.yaml file.

Please share your logfiles as well if it's not working properly so I can guide you better.

MrAredhone commented 3 months ago

Thank You it works and looks great (now i only need a way to get data from google sheets into homeassistant .... askt here since you never know somone might know how)

xirixiz commented 3 months ago

Ouch, that I don't know. However, there is a big community where knowledgable ppl are able to help out with these kind of topics. https://community.home-assistant.io/

Happy HASSing :)