You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well to be precise, that www folder needs to be in the homeassistant folder, instead of the actual root folder (which by default in inaccessable, but can be 'unlocked' easily in File Editor)
Copied the jpgs (by downloading them to my remote computer and re-upload them into the www folder, since I'm a total noob when it comes to text-based anything and couldn't find a way to do this in the GUI) into this folder and it worked like a charm. Thanks!
Hi people, My solution to the problem
Change the path of the jpg files (total 28 lines)
before
background-image: "center / cover no-repeat fixed url('/hacsfiles/themes/ios-themes/homekit-bg-dark-green.jpg')"
later
background-image: "center / cover no-repeat fixed url('/local/homekit-bg-dark-green.jpg')"
The text was updated successfully, but these errors were encountered: