Remove configuration details
This commit is contained in:
parent
6115be7c42
commit
170742b0a7
1 changed files with 2 additions and 29 deletions
|
@ -3,35 +3,8 @@ homeassistant.components.media_player.kodi
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
Provides an interface to the XBMC/Kodi JSON-RPC API
|
Provides an interface to the XBMC/Kodi JSON-RPC API
|
||||||
|
|
||||||
Configuration:
|
For more details about this platform, please refer to the documentation at
|
||||||
|
https://home-assistant.io/components/media_player.kodi.html
|
||||||
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.
|
|
||||||
"""
|
"""
|
||||||
import urllib
|
import urllib
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue