I don’t get waste management in my dashboard. I have installed waste guide via the hacs. the files are also in my file editor, see image. i put the sample install in the configuration.yaml. when checking configuration it is accepted. I also put loglevel in the configuration.ya is also accepted. the sensor does not appear in my dashboard. What am I doing wrong. See image of my home assistant what I did. i used the site homeassistant-afvalwijzer/README.md at master · xirixiz/homeassistant-afvalwijzer · GitHub
As for your problem:
I take it you mean the sensor wont show up in your dashboard thats autogenerated? if you have a dashboard thats made by you, you’ll have to insert a card with that sensor.
But looking at the screenshot i can see the indentation is off.
Again without code its harder to point out and/or show you what needs to be fixed. To lazy to copy it from that screenshot
sensor:
- platform: afvalwijzer
provider: mijnafvalwijzer # (required, default = mijnafvalwijzer) either choose mijnafvalwijzer, afvalstoffendienstkalender or rova
postal_code: xxxxxx # (required, default = '')
street_number: xx # (required, default = '')
suffix: '' # (optional, default = '')
exclude_pickup_today: true # (optional, default = true) to take or not to take Today into account in the next pickup.
default_label: geen # (optional, default = geen) label if no date found
id: '' # (optional, default = '') use if you'd like to have multiple waste pickup locations in HASS
exclude_list: '' # (optional, default = '') comma separated list of waste types (case ignored). F.e. "papier, gft"
logger:
default: info
logs:
custom_components.afvalwijzer: debug