thermal_comfort_icons
thermal_comfort_icons copied to clipboard
Thermal Comfort custom icons for Home Assistant to accompany the MDI icons
Home Assistant Thermal Comfort Icons
Official icon pack designed for Thermal Comfort.
Temperatures
Heat Index
heat-index
Dew Point
dew-point
dew-point-alternative
Frost Point
frost-point
Simmer Index
simmer-index
Perception
Thermal Perception
thermal-perception-hand
thermal-perception-hand-alternative
dew-point-perception-hand
heat-point-perception-hand
thermal-perception
thermal-perception-alternative
dew-point-perception
heat-point-perception
Simmer Zone
simmer-zone
simmer-zone-human
Install
Using HACS (recommended)
This plugin can be installed using HACS. To do it search for Thermal Comfort Icons in the frontend section.
Manual
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.
Using
Directly
Icons can be found with home assistants icon picker.
The icons use the prefix tc:
.
With Thermal Comfort
see https://github.com/dolezsa/thermal_comfort#custom-icons
FAQ
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.
Thanks
Based on hass-bha-icons from @hulkhaugen