Official icon pack designed for Thermal Comfort.
thermal-perception-hand-alternative
thermal-perception-alternative
This plugin can be installed using HACS. To do it search for Thermal Comfort Icons in the frontend section.
Copy the thermal_comfort_icons.js
file into <config>/www/
where <config>
is your home-assistant config directory (the directory where your configuration.yaml
resides).
Add the following to the frontend
section of your configuration.yaml
frontend:
extra_module_url:
- /local/thermal_comfort_icons.js
Or add the following to your lovelace configuration using the Raw Config editor under Configure UI or ui-lovelace.yaml if using YAML mode.
resources:
- type: js
url: /local/thermal_comfort_icons.js
Restart home-assistant.
Icons can be found with home assistants icon picker.
The icons use the prefix tc:
.
see https://github.com/dolezsa/thermal_comfort#custom-icons
Q: The icon ain't showing, it's just white space where it should be. What's up with that?
A: Probably related to cache. Try opening your instance in a incognito/private Window and see if your icon shows then. If yes, it's cache related. If not, spellcheck.
Based on hass-bha-icons from @hulkhaugen