-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
2024.2.3 #111133
Conversation
* HVAC_MODE support for set_temperature * Fix import
…es (#110684) don't call service with attribute None
* bump roombapy to 1.6.11 * Apply suggestions from code review * "fix" tests (make them pydantic fiendly?) --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This mainly addresses the client hanging and not reconnecting whenever the deluge server is restarted. See JohnDoee/deluge-client#42 JohnDoee/deluge-client@1.10.0...1.10.2
* Update aioairzone to v0.7.3 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> * Update aioairzone to v0.7.4 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> --------- Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Fixed |
This reverts commit 4eb1bac.
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.
from __future__ import annotations
is missing
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.
For now, I've removed it from the milestone. Beta for 2024.3 starts this upcoming Wednesday.
@frenck the deployment pipeline is still awaiting approval. Any reason why this release has not been published on PyPI? |
None
attribute values (@mib1185 - #110684) (climate docs)Docs: home-assistant/home-assistant.io#31555