-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
Deprecate CLOSE_COMM_ON_ERROR #99946
Conversation
Hey there @adamchengtkc, @vzahradnik, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
9e4e9a5
to
244fa26
Compare
244fa26
to
7ca3270
Compare
Co-authored-by: G Johansson <[email protected]>
3389022
to
28ce789
Compare
@janiversen need a linked PR for docs to remove the |
@gjohansson-ST thanks, documentation PR is added. |
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.
Thanks @janiversen 👍
@gjohansson-ST, @joostlek thanks, this was a lot of small changes in a short time, but I learned to make issues...which I will integrate deeper into the code when people use conflicting parameters. |
It's a very user friendly way of giving instructions that they should change something. The clearer the message gets, the more people know how to deal with it and so they create less issues :D |
Breaking change
"close_comm_on_error:" is no optional, sockets will always be closed on error, therefor it is now deprecated, and will be removed in 2024.3.
Proposed change
Type of change
Additional information
Deprecate close_comm_on_error. home-assistant.io#28853
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: