mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18:48:59 +00:00
1.2 KiB
1.2 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Kodi | Instructions how to integrate Kodi into Home Assistant. | 2015-06-22 11:00 | true | false | true | true | kodi.png | Media Player | true | pre 0.7 | Local Polling |
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
Configuration variables:
- host (Required): The host name or address of the device that is running XBMC/Kodi
- port (Optional): The http port number. Defaults to 8080.
- name (Optional): The name of the device used in the frontend.
- ssl (Optional): Connect to kodi with HTTPS. Defaults to false
- username (Optional): The XBMC/Kodi HTTP username.
- password (Optional): The XBMC/Kodi HTTP password.
- turn_off_action (Optional): The desired turn off action. Options are
none
,quit
,hibernate
,suspend
,reboot
, orshutdown
. Defaultnone
.