Add component collection
This commit is contained in:
parent
9702d39c42
commit
120dbf547d
113 changed files with 323 additions and 120 deletions
34
source/_components/media_player.kodi.markdown
Normal file
34
source/_components/media_player.kodi.markdown
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Kodi support"
|
||||
description: "Instructions how to integrate Kodi into Home Assistant."
|
||||
date: 2015-06-22 11:00
|
||||
sidebar: false
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: kodi.png
|
||||
ha_category: Media Player
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/kodi.png' class='brand pull-right' />
|
||||
The kodi platform allows you to control a [Kodi](http://kodi.tv/) multimedia system from Home Assistant.
|
||||
|
||||
To add Kodi to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
media_player:
|
||||
platform: kodi
|
||||
url: http://192.168.0.123/jsonrpc
|
||||
name: Kodi
|
||||
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…
Add table
Add a link
Reference in a new issue