Have change my weather.yaml to the one you show.
Now iām just missing the custom icons. Not sure what i am doing wrong. have followed all steps with icons and script.
Youāre right, the icons need to be in the www/icons/dark_sky/ folder.
@arsaboo It looks like you updated your code to add an icons folder in front of dark_sky. Please update the comments at the beginning of the code with the correct location for users to put the icon PNGs.
Iām having the same issues. Iāve tried several times and home Assistant locks up after restarting. I can access the files in samba shares but home Assistant webpage doesnāt load at all.
Pardon the ignorance. Iām completely new to this and have very limited experience with any programming. Really good at copy and pasting though .
Iām not at home now to look it right now but when I checked my config I was seeing errors referencing homeassistant.util.yaml and animations.yaml. Iāll try again this evening and take a snap shot and post it.
For those struggling with python_script, you can achieve same results using customizer. You can use the following automation to update the friendly_name.
Yes, but the action part will have to be modified too as trigger is not an entity. Basically, you will have to write 7 actions with service: customizer.set_attribute, one each for forecast_1 to forecast_7 and instead of using trigger.entity_id.split('_')[1]|int, just manually enter the forecast day.
Thatās exactly why I did wanted to make this in the first place. I wanted a forecast, but the thought of endless groups of sensors with a bunch of empty white space made me cringe.