Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix extended package support #14980

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

Merged
merged 2 commits into from
Jun 16, 2018
Merged

Fix extended package support #14980

merged 2 commits into from
Jun 16, 2018

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Jun 15, 2018

Description:

This PR is my attempt at fixing the extended package support I introduced with #14611. Some users reported that it didn't work with all components which I can confirm.

I tested the code, but due to the complexity their might still be bugs left. Hence this should not be a hot fix.

Related issue (if applicable): fixes #14906
Related issue (if applicable): fixes #14920

Example entry for configuration.yaml (if applicable):

homeassistant:
  packages:

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • Tests have been added to verify that the new code works.

@cdce8p cdce8p requested a review from a team as a code owner June 15, 2018 23:18
@ghost ghost assigned cdce8p Jun 15, 2018
@ghost ghost added the in progress label Jun 15, 2018
package=comp_conf)
if error:
_log_pkg_error(pack_name, comp_name, config,
"has duplicate key '{}'".format(error))

This comment was marked as resolved.

package=comp_conf)
if error:
_log_pkg_error(pack_name, comp_name, config,
"has duplicate key '{}'".format(error))

This comment was marked as resolved.

@cdce8p cdce8p added the bug label Jun 15, 2018
@balloob balloob merged commit 7d9bce2 into home-assistant:dev Jun 16, 2018
@ghost ghost removed the in progress label Jun 16, 2018
@cdce8p cdce8p deleted the package-support branch June 17, 2018 09:18
@balloob balloob mentioned this pull request Jun 22, 2018
girlpunk pushed a commit to girlpunk/home-assistant that referenced this pull request Sep 4, 2018
* Fix package recurive merge bug

* Fixed extended package support
@home-assistant home-assistant locked and limited conversation to collaborators Dec 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend package: does not support weblinks yet Bug in Extend package support 0.71.0
4 participants