Also I just resized the fair-day icon so if you are using that (Hybrid or new icons) then maybe update that as well by grabbing the zip file again.
This cache clearing issue is a real problem for more than just your card.
Do you know of a similar method for firefox?
Iām getting pretty sick of having to delete everything and sign in to all my accounts again.
I havenāt looked for Firefox but I completely agree. I did have a discussion with Thomas Loven and Ludeeus about this and I think itās possible Ludeeus is going to add a random version number like we used to do before HACS to the resource which will fix it. He had at an earlier point played with specifically breaking the cache but abandoned that because it was too āhackyā. But I completely agree this is a bloody nightmare.
If I pull main can I test this fix?
Not really
Good news. The HACS update today rolls out the fix for browsers caching!!! Thanks @ludeeus !!!
Firstly, a massive thanks to David, Brendan and theRat for their efforts, these integrations/cards are just awesome!
Iām having trouble getting Davidās card working - itās just showing up empty, no text/icons at all. The yaml is seriously cut down, and Iām still getting nothing:
type: custom:bom-weather-card
title: BOM Weather
entity_current_conditions: sensor.frenchs_forest_icon_descriptor_0
entity_temperature: sensor.terrey_hills_temp
Iāve confirmed in dev-tools that these sensors exist, and Iāve checked a bunch from packages/weather.yaml
and they seem fine in dev-tools also. Iāve followed Davidās suggestions and cleared cache, reloaded etc to no avail.
Chrome console shows this error but I canāt see how this relates to anything Iāve configuredā¦I donāt think Iāve missed a step in the config but thatās always possibleā¦
Any suggestions? I believe Iām running latest release of everything.
There is a minimum set of sensors you must pass through. See the docs. Otherwise post the full yaml config for the card you are using.
Thanks for the pointing that out, the full yaml is just your lovelace.yaml with gosford and kariong changed to suit my location. This still didnāt work for me, so I went through the yaml sensor by sensor in dev-tools to verify them allā¦
It turns out sensor.bom_uv_alert_summary
was not a valid sensor for me. Looks like this was previously defined in weather.yaml but is now not there in master?
I donāt see any reference to me using that entity anywhereā¦ I think maybe I used to use itā¦
entity_uv_alert: sensor.bom_uv_alert
entity_fire_danger: sensor.bom_fire_danger
entity_uv_alert_summary: sensor.kariong_uv_category_0
entity_fire_danger_summary: sensor.kariong_fire_danger_0
I donāt see that in the lovelace.yaml file
The only references to uv are up above (apart from defining it for a slot at the bottom)
Is it all working for you now?
It seems I was pulling the lovelace.yaml from an old commit/tag, and the weather.yaml from master. I must have been linked to the old file from somewhere else (and didnt notice it wasnt master), but Iāll be buggered if I can find from where nowā¦Iāve gone back through several links, doco sites etc and they all point to master.
Anyway, thanks mate, all sweet now!!
Excellent! Thought I was going blindā¦ but I seem to remember using a template sensor to create that previously with the old FTP component before Brendan created the new integration. Thatās the problem with Githubā¦ it remembers EVERYTHING you ever didā¦
Nope everything was perfect on your end, I just wasnāt paying attention to which version I was looking atā¦my bad.
Thanks again for everything you do for the community!
I have found a couple of weeks ago the icons dissappeared. Has anyone else seen this issue? From what I have been abe to work out the BOM names the icons in each sensor to something like - mdi:weather-sunny. The previously downloaded icons in the www directory dont have filenames like that. For some reason even if I rename an existing icon to that name it still doesnt work.
This card doesnāt use the MDI icons. It uses AM charts ones plus a few extras I made/found elsewhere. Check the docs on Github.
I see them disappear on the ios app on rare occasions. A pull-down-to-refresh fixes it. Itās a HA connection thing by the feel of it.
Anyone know if its possible to get the 3 hourly forecast data into home assistant?
Would love to simulate a card like the one on the bom website.
Saw there were some comments in the thread from last year, but couldnt see if it was actually implemented by anyone. Apologies if im missing something or bringing up an old topicā¦
You might do better to start a new thread for this as itās nothing to do with this card. Brendans integration doesnāt seem to get that hourly data.
ahh cheers. Will put it on the bom integration thread. Was asking here incase someone had figured it out.