mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Add variables description
This commit is contained in:
parent
9ac6976589
commit
7ab62d9d6b
@ -18,9 +18,15 @@ 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
|
||||||
name: Kodi
|
|
||||||
url: http://192.168.0.123/jsonrpc
|
url: http://192.168.0.123/jsonrpc
|
||||||
user: kodi
|
name: Kodi
|
||||||
password: my_secure_password
|
user: USERNAME
|
||||||
|
password: PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **url** *Required*: The URL of the XBMC/Kodi JSON-RPC API, eg. http://192.168.0.123/jsonrpc
|
||||||
|
- **name** *Optional*: The name of the device used in the frontend.
|
||||||
|
- **username** *Optional*: The XBMC/Kodi HTTP username.
|
||||||
|
- **password** *Optional*: The XBMC/Kodi HTTP password.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user