diff --git a/homeassistant/components/media_player/kodi.py b/homeassistant/components/media_player/kodi.py index e134c1c2f7e..4b24f8694ed 100644 --- a/homeassistant/components/media_player/kodi.py +++ b/homeassistant/components/media_player/kodi.py @@ -1,12 +1,12 @@ """ homeassistant.components.media_player.kodi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Provides an interface to the XBMC/Kodi JSON-RPC API Configuration: -To use Kodi add something like this to your configuration: +To use the Kodi you will need to add something like the following to +your config/configuration.yaml. media_player: platform: kodi @@ -19,7 +19,7 @@ Variables: name *Optional -The name of the device +The name of the device. url *Required @@ -27,13 +27,12 @@ The URL of the XBMC/Kodi JSON-RPC API. Example: http://192.168.0.123/jsonrpc user *Optional -The XBMC/Kodi HTTP username +The XBMC/Kodi HTTP username. password *Optional -The XBMC/Kodi HTTP password +The XBMC/Kodi HTTP password. """ - import urllib import logging