update header

This commit is contained in:
Fabian Affolter 2015-08-06 18:34:20 +02:00
parent 9d5c7ceecd
commit 6b30fc714c

View file

@ -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