ok so you might have missed that you need to add the entities to be parsed to the card as well as the slot config then? Also there are template sensors you need in the config as well (same for the current text at the top as well)
The UV and Fire danger either have today or yesterday so the template sensor works out which is valid and that sensor gets parsed through to the card.
one more thing i would like to make a UV alert number eg : 13 how hard it is it to move the regex to do the number instead of extreme etc so i can make a colour card for the danger level. Or is there another way we can make like âextremeâ purple, etc etc. I am only new to HA (this week). So i donât know the syntax properly yet.
I donât see a number in the XML file I get here for Sydney⌠Are you seeing a number? I think itâs text in which case you can play with the template with a replace command to return a number.
Nope.
The UV and Fire attributes are only there for today OR tomorrow depending on the time of day.
See also my comment in the other thread. Your friendly_state_format is different to what I have tested.
friendly_state_format: '{max}, {summary}'
Because BOM only has today or tomorrow attribute you need a template sensor as per my docs as well.
Yes i see the number in the summary. I will try to do the shift myself see how it goes thanks a million for your help! (not sure why sunset and sunrise is coming up two times but i will figure that out)
My room temp is always 6 deg above outside temp. I wish it was 29 right now lol!
Oh⌠the 13[Extreme] - thatâs UV not the fire danger⌠But yeah you can play with the template sensor to get whatever number you want or to parse the uv in any format you like.
Daryl - my region (IDN11052) seems to have a different area structure defined in the xml file to your one. I configured for your area and it seems to give the same errors you are seeing - did you say that adding the icon condition also errored out? The original dev for the component had avoided documenting the icon monitored condition so it makes me wonder if he knew there was an error with using it.
Anyway, @exxamalte who fixed the UV_Alert and Fire_Danger for us⌠I asked if he can take a look at it and referred him to the error you posted in the other thread. Hopefully he can help. I had a go at fixing it myself unsuccessfully outlining my limited python skills.
Hi @DavidFW1960, Iâm trying to set up a new Hassio system including your BOM plugins and have an issue where no icons show.
Iâve installed both components from HACS and added the sensor and lovelace configs from my working system but there is no âiconsâ directory in my âwwwâ directory.
If I try to add the âiconsâ directory manually through samba I get a âNo such file or directoryâ error which I assume is a permissions error but I havenât seen this before.
Should the âiconsâ directory be created when you install from HACS?
OK so re:samba⌠you will find the samba addon excludes icons so delete that and restart the addon.
Otherwise sounds like permissions problem. Not sure how you have installed hassio.
All the Home Assistant folders will be ârootâ permissions. Depending on how you are accessing the www/icons folder, you might not have permission to write to it (in say WinSCP).
Try fixing Samba (remove icons from being hidden) and use that to copy files.
If using WinSCP, make sure you set it up for sudo su for the shell scp⌠I have a blog article about doing that BTW.