mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
add kodi page
This commit is contained in:
parent
8e113115ef
commit
e83599766d
26
source/components/media_player.kodi.markdown
Normal file
26
source/components/media_player.kodi.markdown
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
---
|
||||||
|
|
||||||
|
<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:
|
||||||
|
|
||||||
|
```
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
media_player:
|
||||||
|
platform: kodi
|
||||||
|
name: Kodi
|
||||||
|
url: http://192.168.0.123/jsonrpc
|
||||||
|
user: kodi
|
||||||
|
password: my_secure_password
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user