home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.03k stars 28.28k forks source link

Remove timeout option and set timeout static to 30 seconds in Synology DSM #116815

Closed mib1185 closed 1 week ago

mib1185 commented 1 week ago

Breaking change

The option to define a custom timeout has been removed. The timeout is set static to a sane value of 30 seconds.

Proposed change

cc @bdraco

Type of change

Additional information

Checklist

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

To help with the load of incoming pull requests:

home-assistant[bot] commented 1 week ago

Hey there @hacf-fr, @quentame, mind taking a look at this pull request as it has been labeled with an integration (synology_dsm) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `synology_dsm` can trigger bot actions by commenting: - `@home-assistant close` Closes the pull request. - `@home-assistant rename Awesome new title` Renames the pull request. - `@home-assistant reopen` Reopen the pull request. - `@home-assistant unassign synology_dsm` Removes the current integration label and assignees on the pull request, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the pull request. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the pull request.
bdraco commented 1 week ago

Should we do a PR to change the default to 30 for 2024.5.2 and once that it merged moved this forward so users don't have to do anything less they have adjusted the timeout manually?

mib1185 commented 1 week ago

you're right - we should split this up 👍 --> #116836