From e83599766d358e9f13b3390954b7870cf4f2f262 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 22 Jun 2015 11:56:35 +0200 Subject: [PATCH] add kodi page --- source/components/media_player.kodi.markdown | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/components/media_player.kodi.markdown diff --git a/source/components/media_player.kodi.markdown b/source/components/media_player.kodi.markdown new file mode 100644 index 00000000000..644e1aa1dbe --- /dev/null +++ b/source/components/media_player.kodi.markdown @@ -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 +--- + + +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 +``` +