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

Kodi cleanup and config update #5098

Merged
merged 1 commit into from Jan 3, 2017
Merged

Kodi cleanup and config update #5098

merged 1 commit into from Jan 3, 2017

Conversation

emlove
Copy link
Contributor

@emlove emlove commented Dec 29, 2016

Description:
Some small cleanup of the Kodi platform. This change means that the host configuration no longer should include http:// at the start. Logic is included to strip this for backwards compatibility. This brings Kodi in line with other platform configs and is a prerequisite for future websocket support. This also makes the image url logic simpler.

PR in home-assistant.github.io: home-assistant/home-assistant.io#1670

@mention-bot
Copy link

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

@@ -110,7 +107,7 @@ def _get_players(self):
return self._server.Player.GetActivePlayers()
except jsonrpc_requests.jsonrpc.TransportError:
if self._players is not None:
_LOGGER.warning('Unable to fetch kodi data')
_LOGGER.info('Unable to fetch kodi data')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is just a personal annoyance of mine. Since it's expected Kodi won't always be active, I don't think it needs to be a warning level log message. This can be reverted if others disagree.

@balloob balloob merged commit 018d786 into home-assistant:dev Jan 3, 2017
@emlove emlove deleted the kodi-cleanup branch March 1, 2017 17:06
@home-assistant home-assistant locked and limited conversation to collaborators Jun 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants