https://github.com/rautesamtr/thermal_comfort_icons
Thermal Comfort custom icons for Home Assistant to accompany the MDI icons
https://github.com/rautesamtr/thermal_comfort_icons
absolute-humidity dew-point dew-point-perception frost-point frost-risk hacs heat-index home-assistant homeassistant icons iconset simmer-index simmer-zone thermal-perception
Last synced: 8 months ago
JSON representation
Thermal Comfort custom icons for Home Assistant to accompany the MDI icons
- Host: GitHub
- URL: https://github.com/rautesamtr/thermal_comfort_icons
- Owner: rautesamtr
- License: other
- Created: 2022-01-18T09:23:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-29T15:14:16.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T16:01:32.176Z (over 1 year ago)
- Topics: absolute-humidity, dew-point, dew-point-perception, frost-point, frost-risk, hacs, heat-index, home-assistant, homeassistant, icons, iconset, simmer-index, simmer-zone, thermal-perception
- Language: Python
- Homepage: https://github.com/rautesamtr/thermal_comfort_icons
- Size: 654 KB
- Stars: 29
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Home Assistant Thermal Comfort Icons
[](https://github.com/hacs/integration)
Official icon pack designed for [Thermal Comfort](https://github.com/dolezsa/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 `/www/` where `` is your home-assistant config directory (the directory where your `configuration.yaml` resides).
Add the following to the `frontend` section of your `configuration.yaml`
```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.
```yaml
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](https://github.com/hulkhaugen/hass-bha-icons) from @hulkhaugen