Caule Themes Pack 1 - by caulecriativo.com

Thank you so much! That worked fantastic!

An update is just released. All the workarounds are not needed anymore :wink:

Hallo
The themes bachground not work anymore since last update.
Did someone know why?
or is a Probleme in my config?

Hi there,
after the last HA update (2023.12.1), my icon colors of button cards changed when using “caule dark grey”. Prior to the update they were grey (according to the primary color defined in the theme “acacac”), an now chnaged to blue (which makes no sense for the grey theme :slight_smile: , according to the primary color set for HA). However, the dashboard is still defined to use “caule dark gray” as theme to be used with my wall panel. I can change the primary color for my entire user but this changes all dashboards. Did anyone else observe this and does anyone know how to change this back to the primary color defined in the selected theme for the dashboard? Thank you, a lot, and all the best!
Benedikt

Thanks for making this theme pack. FYI, the installation instructions did not work for me.
The instructions say:
The final path to the file folder should be **config/www/caule-themes-pack-1/**

Instead, I had to put the helper files in /config/www/community/themes/caule-themes-pack-1
I had to remove the nested folders for icons and backgrounds so it would appear as follows:
/homeassistant/www/community/themes/caule-themes-pack-1/rainy.svg
And the browser looks for them here:
/hacsfiles/themes/caule-themes-pack-1/rainy.svg

Thank you for this post. I’ve been trying to resolve the “Which path, again?!” question for weeks. You got me working.

How can i place navbar at the bottom like the images?

What icons are the light bulbs from the sample screenshots? I like them but don’t know how to configure or where to get these.
Stuck with the default bulb icon.

thx!

If we are looking at the same thing, that’s just mdi:lightbulb-outline isn’t it? I presume those are button cards.

[Although looking more closely, they have the last-changed attribute when on, so that might mean they are some kind of custom card,. maybe this one.]

1 Like

thanks. I think it must indeed be the outline version. I overlooked that one.

Is this theme still working with contemporary HA versions?
Used it for my wall tablet but icons for weather card are no more working.
With other themes, they’re still working…
All the best and thanks for any help!

Hi, Awesome theme :smiley: , im new to Home Assistant.
Everything works super, I just dont get the icons to display on the weather card?
What can i be doing wrong?
Everything else looks fine and i can select the theme under my profile.

Ive tried both manually install it and via hacs.

Thanks in advance!

Hi,

In this string homeassistant/www/caule-theme-pack-1/animated-icons
(Does “animated-icons” at the end mean a folder containing all the icons?) am i understanding this correct?

The caule-theme-pack-1.yaml says that the pathways to the icons is:
/hacsfiles/themes/caule-themes-pack-1/lightning-rainy.svg")

Im new to this so i dont really get whats wrong?

Thanks in advance!

you may have chance on github, as the maker does not show up here often…

1 Like

I think the most recent update to HACS deprecated the hacsfiles substitution for themes.

I just moved all the .svg files to a svg folder that I created in my www folder, and changed the file path in the theme e.g.

weather-icon-clear-night: url("/local/svg/clear-night.svg")

Works for me anyway

2 Likes

Thanks for the responses! :smiley:

My path looks like this when i made a svg folder in the www folder, containing the SVG files.

weather-icon-clear-night: url(“/homeassistant/www/svg/clear-night.svg”)

Ur URL looked like this.

weather-icon-clear-night: url(“/local/svg/clear-night.svg”)

Am i completely in the wrong or should i do something different?

Sorry if i sound completely lost, as i said new to this…

Thanks

/homeassistant/www/svg/ in Samba is the same as /local/svg/ in YAML config files. Confusing, but it is, what it is…

So you have to use /local/svg/ in YAML and it wil reach your /homeassistant/www/svg/ fine.

1 Like

BebeMischa is correct (thanks!). Don’t forget to reload your themes once you’ve made the change:

Developer Tools > Actions > Home Assistant Frontend: Reload themes

2 Likes

@BebeMischa and @reste_narquois Thank you both so much for the answeres and for helping me out! :smiley: it finally works, /local/svg/ was the way to go after moving all the SVG files.

Again thanks for the help! Have a good day!

2 Likes

Works perfect, thank you. :call_me_hand:

1 Like