From 6c3df542ae70d546fbda6d04403d9bf0ece05f8b Mon Sep 17 00:00:00 2001 From: ecksun Date: Tue, 24 Jan 2017 18:21:10 +0100 Subject: [PATCH] media_player.kodi: add ssl option (#1865) --- source/_components/media_player.kodi.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown index 6d196cb6ac6..fa3a8b64a73 100644 --- a/source/_components/media_player.kodi.markdown +++ b/source/_components/media_player.kodi.markdown @@ -31,6 +31,7 @@ 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`, or `shutdown`. Default `none`.