home-assistant.io/source/_components/media_player.kodi.markdown
2016-02-12 22:13:38 +01:00

1020 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured
layout title description date sidebar comments sharing footer logo ha_category featured
page Kodi Instructions how to integrate Kodi into Home Assistant. 2015-06-22 11:00 true false true true kodi.png Media Player true

The kodi platform allows you to control a Kodi 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
  host: 192.168.0.123
  port: 8080
  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
  • host Required: The host name or address of the device
  • port Required: The port number, default 8080
  • 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.