From 170742b0a7e7d0e6816d000eb624aabe830331d1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Oct 2015 18:15:12 +0200 Subject: [PATCH] Remove configuration details --- homeassistant/components/media_player/kodi.py | 31 ++----------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/homeassistant/components/media_player/kodi.py b/homeassistant/components/media_player/kodi.py index 2fe42e2e707..8e07ec2df8b 100644 --- a/homeassistant/components/media_player/kodi.py +++ b/homeassistant/components/media_player/kodi.py @@ -3,35 +3,8 @@ homeassistant.components.media_player.kodi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Provides an interface to the XBMC/Kodi JSON-RPC API -Configuration: - -To use the Kodi you will need to add something like the following to -your configuration.yaml file. - -media_player: - platform: kodi - name: Kodi - url: http://192.168.0.123/jsonrpc - user: kodi - password: my_secure_password - -Variables: - -name -*Optional -The name of the device. - -url -*Required -The URL of the XBMC/Kodi JSON-RPC API. Example: http://192.168.0.123/jsonrpc - -user -*Optional -The XBMC/Kodi HTTP username. - -password -*Optional -The XBMC/Kodi HTTP password. +For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/media_player.kodi.html """ import urllib import logging