mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-11 21:48:59 +00:00
kodi host and port in config
This commit is contained in:
parent
0fca778fde
commit
78b510165d
@ -21,7 +21,8 @@ To add Kodi to your installation, add the following to your `configuration.yaml`
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
media_player:
|
media_player:
|
||||||
platform: kodi
|
platform: kodi
|
||||||
url: http://192.168.0.123/jsonrpc
|
host: 192.168.0.123
|
||||||
|
port: 8080
|
||||||
name: Kodi
|
name: Kodi
|
||||||
user: USERNAME
|
user: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
@ -30,6 +31,8 @@ media_player:
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **url** *Required*: The URL of the XBMC/Kodi JSON-RPC API, eg. http://192.168.0.123/jsonrpc
|
- **url** *Required*: The URL of the XBMC/Kodi JSON-RPC API, eg. http://192.168.0.123/jsonrpc
|
||||||
|
- **host** *Required*: The host name or address of the device
|
||||||
|
- **port** *Required*: The port number, default 8080
|
||||||
- **name** *Optional*: The name of the device used in the frontend.
|
- **name** *Optional*: The name of the device used in the frontend.
|
||||||
- **username** *Optional*: The XBMC/Kodi HTTP username.
|
- **username** *Optional*: The XBMC/Kodi HTTP username.
|
||||||
- **password** *Optional*: The XBMC/Kodi HTTP password.
|
- **password** *Optional*: The XBMC/Kodi HTTP password.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user