Skip to content

rautesamtr/thermal_comfort_icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home Assistant Thermal Comfort Icons

hacs_badge

Official icon pack designed for Thermal Comfort.

Temperatures

Heat Index

Preview heat-index

Dew Point

Preview dew-point

Preview dew-point-alternative

Frost Point

Preview frost-point

Simmer Index

Preview simmer-index

Perception

Thermal Perception

Preview thermal-perception-hand

Preview thermal-perception-hand-alternative

Preview dew-point-perception-hand

Preview heat-point-perception-hand

Preview thermal-perception

Preview thermal-perception-alternative

Preview dew-point-perception

Preview heat-point-perception

Simmer Zone

Preview simmer-zone

Preview 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