-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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
Initial Fibaro HC Climate support #20256
Conversation
📚Please, update the documentation and open a PR for it (be sure to create a documentation PR against the 🏷 I am adding the 👍 Thanks (times a million!) |
Any progress on this PR, or anything that the community could do to help this get into the next RC? |
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.
Please git mv
the fibaro climate platform to the fibaro component package. That's our new way of structuring integrations.
homeassistant/components/fibaro/climate.py
Added one more identifier for thermostats to broaden compatibility
Better support for combined devices
Improved operatingmode support
Implemented a universal mapping logic for opmode and fanmode, to make it more widely compatible Improved mapping of Fibaro FGT devices
Mapped all operating modes to existing HA ones
Thanks to astrandb for testing, debugging and fixing my code
Changes based on code review
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.
Can be merged when last comments are addressed and build passes.
more fixes based on more code review
Description:
Initial support for climate platform for the Fibaro hub integration.
Related issue (if applicable): fixes #19359
Pull request in home-assistant.io with documentation (if applicable): home-assistant/home-assistant.io#8748
Checklist:
tox
. Your PR cannot be merged unless tests passIf user exposed functionality or configuration variables are added/changed: