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

implementing users remarks #5481

Merged
merged 115 commits into from
Jan 21, 2017
Merged

implementing users remarks #5481

merged 115 commits into from
Jan 21, 2017

Conversation

konikvranik
Copy link
Contributor

Description:

Implementing features and fixing bugs reported by users.

Related issue: fixes konikvranik/home-assistant#31, konikvranik/home-assistant#30, konikvranik/home-assistant#29, konikvranik/pyCEC#30

Checklist:

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

  • Local tests with tox run successfully. Your PR cannot be merged unless tests pass
  • New dependencies have been added to the REQUIREMENTS variable (example).
  • New dependencies are only imported inside functions that use them (example).
  • New dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.
  • New files were added to .coveragerc.

* accept hexadecimal format of commands
* support for media player
* platform customization
* type constants
* accept hexadecimal format of commands
* support for media player
* platform customization
* accept hexadecimal format of commands
* support for media player
* platform customization
* preparing tcp support
* cleanup imports
* cleanup and enhance services description
* removed unwanted file
* pyCEC v0.4.6
* pined dependency version
* tighten service schemas
* home-assistant-31 make mute schema better (#31)

* pycec-30 pyCEC version up (#30)

* pycec-30 pyCEC version up (#30)

* home-assistant-30 OSD display name from configuration (#30) (#33)
* home-assistant-29 counting from 0 (#29)
* home-assistant-31 add support for mute-on and mute-off (#31)

* home-assistant-31 pyCEC version up (#31)
* home-assistant-31 Limit OSD name to 13 chars (#31)

* home-assistant-31 Limit OSD name to 13 chars moved to CEC adapter (#31)

* home-assistant-31 version up (#31)

* home-assistant-31 formatting (#31)
@mention-bot
Copy link

@konikvranik, thanks for your PR! By analyzing the history of the files in this pull request, we identified @fabaff, @balloob and @robbiet480 to be potential reviewers.

@@ -95,6 +95,7 @@
CONF_FRIENDLY_NAME = 'friendly_name'
CONF_HEADERS = 'headers'
CONF_HOST = 'host'
CONF_DISPLAY_NAME = 'osd_name'
Copy link
Member

Choose a reason for hiding this comment

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

Please keep this one in your component definition.

@balloob balloob self-assigned this Jan 21, 2017
@balloobbot balloobbot removed the core label Jan 21, 2017
@balloob balloob merged commit 06361b1 into home-assistant:dev Jan 21, 2017
@balloob
Copy link
Member

balloob commented Jan 21, 2017

Top! 🐬

@home-assistant home-assistant locked and limited conversation to collaborators Apr 30, 2017
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.

None yet

4 participants