Skip to content

Commit 78b5101

Browse files
committed
kodi host and port in config
1 parent 0fca778 commit 78b5101

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/_components/media_player.kodi.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ To add Kodi to your installation, add the following to your `configuration.yaml`
2121
# Example configuration.yaml entry
2222
media_player:
2323
platform: kodi
24-
url: http://192.168.0.123/jsonrpc
24+
host: 192.168.0.123
25+
port: 8080
2526
name: Kodi
2627
user: USERNAME
2728
password: PASSWORD
@@ -30,6 +31,8 @@ media_player:
3031
Configuration variables:
3132
3233
- **url** *Required*: The URL of the XBMC/Kodi JSON-RPC API, eg. http://192.168.0.123/jsonrpc
34+
- **host** *Required*: The host name or address of the device
35+
- **port** *Required*: The port number, default 8080
3336
- **name** *Optional*: The name of the device used in the frontend.
3437
- **username** *Optional*: The XBMC/Kodi HTTP username.
3538
- **password** *Optional*: The XBMC/Kodi HTTP password.

0 commit comments

Comments
 (0)