-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
2021.6.0 #51370
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
* Pylint plugin to check __init__ return type * Support *args add **kwargs, type hints * Use 'in' instead of 'any()' * Fix last few places
* Change config entry state to an enum * Allow but deprecate EntryState str equality comparison * Test fixes * Rename to ConfigEntryState * Remove str comparability backcompat * Update new occurrences of strs cropped up during review
If a thread exits right when we are trying to force an exception to shut it down, setting the exception will fail with SystemError. At this point in the shutdown process we want to move on as this will cause the shutdown to abort
10000
* create climate entities directly from config * deprecate create_sensors * move create staticmethod to module level * add comment for deprecation date
…hcp (#50908) Set the host in the context before checking to ensure that the second discovery aborts. Seen when testing on a very fast system only
* Add Modbus Light and add unit tests * Update to original PR. * Review comments. * Review 2. Co-authored-by: jan Iversen <jancasacondor@gmail.com>
* Add Modbus fan entity * Update to PR. * Pylint. Co-authored-by: jan Iversen <jancasacondor@gmail.com>
* Mark temperature sensors as STATE_CLASS_MEASUREMENT * Fix broadlink tests * Tweak Hue changes
* Set device_class and state_class for utility_meter * Update test * Tweak tests according to review comments
* add strict type annotations * cast json_load() * apply suggestions * move SCAN_INTERVAL back to platform file * apply suggestion * apply suggestion * apply suggestions * rename to PARENT_PLATFORM_SCHEMA
* Fix typing for dt_util::as_timestamp * Apply suggestions from code review
* Make system options future proof * Update tests * Add types
Co-authored-by: bbx-jp <83213200+bbx-jp@users.noreply.github.com>
Hi @GitHub-Action, It seems you haven't yet signed a CLA. Please do so here. Once you do that we will be able to review and accept this pull request. Thanks! |
balloob
approved these changes
Jun 2, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla-needed
core
integration: abode
integration: accuweather
integration: acer_projector
merging-to-master
This PR is merging into the master branch and should probably change the branch to `dev`.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.