-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Climate: Added humidity support #1586
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1586 +/- ##
=======================================
Coverage 96.92% 96.92%
=======================================
Files 157 157
Lines 10569 10571 +2
=======================================
+ Hits 10244 10246 +2
Misses 325 325
|
Hi 👋! Since this humidity value has purely informational character and no additional value calculations are needed, I wonder if it would be an option to just use an additional |
- requested changes
Thank you for your quick feedback. The humidity is part Home Assistant Climate entity. |
- requested changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you very much 👍
Are you interested in adding climate to UI configurable entities in HA too? |
Maybe. But with my limited Python/HomeAssistant code knowledge, I guess I don't have enough time for that at the moment. |
Alright. If you have any questions, feel free to ping me on Discord. |
Description
Humidity support for climate device.
I want to add it to Home Assistant.
Type of change
Checklist