From 7769680e3e48f008d5041fbee3d339ce33aab372 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 5 May 2022 18:28:02 -0400 Subject: [PATCH] Added Thermal Comfort from HACS --- packages/integrations.yaml | 9 ++++++++- readme.md | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/integrations.yaml b/packages/integrations.yaml index c48223c..c6cb93c 100644 --- a/packages/integrations.yaml +++ b/packages/integrations.yaml @@ -50,4 +50,11 @@ google: client_id: !secret google_client_id client_secret: !secret google_client_secret -conversation: \ No newline at end of file +conversation: + +thermal_comfort: + - custom_icons: true + sensor: + - name: Outside + temperature_sensor: sensor.pirateweather_temperature + humidity_sensor: sensor.pirateweather_humidity \ No newline at end of file diff --git a/readme.md b/readme.md index c248d00..1e31d78 100644 --- a/readme.md +++ b/readme.md @@ -28,6 +28,7 @@ # HACS Components - [Holidays](https://github.com/bruxy70/Holidays) - [Plex Recently Added](https://github.com/custom-components/sensor.plex_recently_added) - [Plex Assistant](https://github.com/maykar/plex_assistant) +- [Thermal Comfort](https://github.com/dolezsa/thermal_comfort) # HACS Lovelace Cards Again, mostly just the ones I'm **using** or **will use soon**