well, I couldn’t figure out how
I’m not a web dev but to me, I thought this page was dynamic with js code to load first the city in the widget.
this is what I tried but I cant get it to work from the image to the side of the NORTHERN COUNTRY
sensor:
- platform: rest
resource: https://www.melbournepollen.com.au/
name: Northern Country Pollen Level
scan_interval: 3600
value_template: '{{ value_json.pollen_level }}'
json_attributes:
- pollen_level
selector: "#district-pollen-div > div > div > div > div > div > div.uk-grid-match.uk-child-width-1-2\@s.uk-text-center.uk-grid-collapse.uk-grid > div:nth-child(2) > div:nth-child(6)"