Added Thermal Comfort from HACS

This commit is contained in:
2022-05-05 18:28:02 -04:00
parent bf374a8840
commit 7769680e3e
2 changed files with 9 additions and 1 deletions

View File

@ -51,3 +51,10 @@ google:
client_secret: !secret google_client_secret client_secret: !secret google_client_secret
conversation: conversation:
thermal_comfort:
- custom_icons: true
sensor:
- name: Outside
temperature_sensor: sensor.pirateweather_temperature
humidity_sensor: sensor.pirateweather_humidity

View File

@ -28,6 +28,7 @@ # HACS Components
- [Holidays](https://github.com/bruxy70/Holidays) - [Holidays](https://github.com/bruxy70/Holidays)
- [Plex Recently Added](https://github.com/custom-components/sensor.plex_recently_added) - [Plex Recently Added](https://github.com/custom-components/sensor.plex_recently_added)
- [Plex Assistant](https://github.com/maykar/plex_assistant) - [Plex Assistant](https://github.com/maykar/plex_assistant)
- [Thermal Comfort](https://github.com/dolezsa/thermal_comfort)
# HACS Lovelace Cards # HACS Lovelace Cards
Again, mostly just the ones I'm **using** or **will use soon** Again, mostly just the ones I'm **using** or **will use soon**