Align from master#11
Merged
ollo69 merged 20 commits intoollo69:devfrom May 7, 2020
Merged
Conversation
* Start gateway using new zigpy init. Update config entry data import. Use new zigpy startup. Fix config entry import without zha config section. Auto form Zigbee network. * Migrate config entry. * New ZHA config entry flow. Use lightweight probe() method for ZHA config entry validation when available. Failback to old behavior of setting up Zigpy app if radio lib does not provide probing. * Clean ZHA_GW_RADIO * Don't import ZHA device settings. * Update config flow tests. * Filter out empty manufacturer. * Replace port path with an by-id device name. * Rebase cleanup * Use correct mock. * Make lint happy again * Update tests/components/zha/test_config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update tests/components/zha/test_config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update tests/components/zha/test_config_flow.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Use executor pool for IO * Address comments. Use AsyncMock from tests. * Use core interface to test config flow. * Use core interface to test config_flow. * Address comments. Use core interface. * Update ZHA dependencies. * Schema guard * Use async_update_entry for migration. * Don't allow schema extra keys. Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
By default zeroconf binds to every interface.
* Add Synology DSM scan interval option flow * Add options tests * Review: use entry.update_listeners * Use cv.positive_int * Try to fix "ValueError: Config entry has already been setup!" * Fix ValueError
* no-message: If there is no message at all, replace internal state * Apply proposed change * apply black
* Add config flow to songpal * Add config flow to songpal * Add songpal to migrated service in discovery * Improve songpal/set_sound_setting service * Remove songpal config flow from .coveragerc omit * Bump python-songpal to 0.12 and fix exception handling * Revert "Improve songpal/set_sound_setting service" This reverts commit 9be076a. * Code style fix * Add connections to device_info * Fix pylint * Ignore braava tv * Fix test warning * Add @shenxn as codeowner * Remove model from configuration data * Get name from device in user step * Add unload entry support * Delete translations as it will get generated as part of CI * Code cleanup * Fix typo * Remove _show_setup_form * Change configuration from media_player to songpal Co-authored-by: Raman Gupta <7243222+raman325@users.noreply.github.com>
* Make devices proper push based * Improve tests * Bump dependency to v21 Update fix from #35295 to use library
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Breaking change
Proposed change
Type of change
Example entry for
configuration.yaml:# Example configuration.yamlAdditional information
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.The integration reached or maintains the following Integration Quality Scale: