media_player.kodi: add ssl option (#1865)

This commit is contained in:
ecksun 2017-01-24 18:21:10 +01:00 committed by Fabian Affolter
parent 2b8c2ded7b
commit 6c3df542ae

View File

@ -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`.