Skip to content

Fix call to super()#19279

Merged
fabaff merged 3 commits intohome-assistant:devfrom
marchingphoenix:lutron-fix-super-call
Dec 14, 2018
Merged

Fix call to super()#19279
fabaff merged 3 commits intohome-assistant:devfrom
marchingphoenix:lutron-fix-super-call

Conversation

@marchingphoenix
Copy link
Copy Markdown
Contributor

Description:

Fix call to super() change made in #18650

Related issue (if applicable): fixes #19273

Pull request in home-assistant.io with documentation (if applicable): N/A

Example entry for configuration.yaml (if applicable):

N/A

Checklist:

  • The code change is tested and works locally.
  • Local tests pass with tox. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.

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

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

  • New dependencies have been added to the REQUIREMENTS variable (example).
  • New dependencies are only imported inside functions that use them (example).
  • New or updated dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.
  • New files were added to .coveragerc.
    N/A

If the code does not interact with devices:

  • Tests have been added to verify that the new code works.
    Entire platform currently has no tests.

@marchingphoenix
Copy link
Copy Markdown
Contributor Author

Entire platform currently has no test coverage. That's how this problem wasn't caught in the first place.
This PR is to fix the currently problem. Tests will need to be added in another PR.
I do not have these components so am unable to test.

Copy link
Copy Markdown
Member

@MartinHjelmare MartinHjelmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Can be merged when build passes.

@MartinHjelmare MartinHjelmare added this to the 0.84.2 milestone Dec 14, 2018
@fabaff fabaff changed the title light.lutron: fix call to super() Fix call to super() Dec 14, 2018
@fabaff fabaff merged commit 377c612 into home-assistant:dev Dec 14, 2018
@ghost ghost removed the in progress label Dec 14, 2018
@marchingphoenix marchingphoenix deleted the lutron-fix-super-call branch December 14, 2018 08:10
balloob pushed a commit that referenced this pull request Dec 14, 2018
* #19273: fix call to super()

* #19273: adjust to python3 standards.

* #19273: remove bad test.
@balloob balloob mentioned this pull request Dec 14, 2018
dshokouhi pushed a commit to dshokouhi/home-assistant that referenced this pull request Dec 25, 2018
* home-assistant#19273: fix call to super()

* home-assistant#19273: adjust to python3 standards.

* home-assistant#19273: remove bad test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lutron failure in 0.84.1

6 participants