Skip to content
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

Support for the Harman Kardon AVR #18471

Merged
merged 15 commits into from Dec 13, 2018

Conversation

Devqon
Copy link
Contributor

@Devqon Devqon commented Nov 14, 2018

Description:

Support the Harman Kardon AVR as media players

Example entry for configuration.yaml (if applicable):

media_player:
  - platform: harman_kardon_avr
    host: 192.168.178.168

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:

See #7581

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.

If the code does not interact with devices:

  • [N/A] Tests have been added to verify that the new code works.

@homeassistant
Copy link
Contributor

Hi @Devqon,

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!

@Devqon Devqon changed the title [WIP]: Feature: support for the Harman Kardon AVR WIP: Feature: support for the Harman Kardon AVR Nov 19, 2018
@Devqon Devqon changed the title WIP: Feature: support for the Harman Kardon AVR Feature: support for the Harman Kardon AVR Nov 19, 2018
@fabaff fabaff changed the title Feature: support for the Harman Kardon AVR Support for the Harman Kardon AVR Nov 25, 2018
Copy link
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.

Two small changes left, otherwise looks good! @fabaff?

Copy link
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.

Looks good!

@Devqon
Copy link
Contributor Author

Devqon commented Dec 13, 2018

@MartinHjelmare how can I make sure that this platform is merged as soon as possible? Is there something else I need to do? Or is it just waiting untill someone with authorization merges the pull request?

@MartinHjelmare MartinHjelmare merged commit 0fa7186 into home-assistant:dev Dec 13, 2018
@ghost ghost removed the in progress label Dec 13, 2018
dshokouhi pushed a commit to dshokouhi/home-assistant that referenced this pull request Dec 25, 2018
* Feature: support for the HK AVR

* Remove testcode

* Feature: support for the HK AVR

* Remove testcode

* Added checklist

* Review fixes whitespaces

* Lint fixes

* Review fixes, add current source

* Remove unused imports

* Review fixes; State constants, dict[key]

* More review fixes, Unknown state and Sources

* Review fix; rename devices to entities
@balloob balloob mentioned this pull request Jan 10, 2019
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.

None yet

5 participants