From bf37c0155c658d4ef6cf851b2f4ddea6c6a16e72 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Wed, 8 Jun 2016 01:38:00 -0400 Subject: [PATCH] media_player.kodi: turn_off_action documentation (#533) --- source/_components/media_player.kodi.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown index 9cd3a203358..851f3b520c4 100644 --- a/source/_components/media_player.kodi.markdown +++ b/source/_components/media_player.kodi.markdown @@ -27,6 +27,7 @@ media_player: name: Kodi user: USERNAME password: PASSWORD + turn_off_action: shutdown ``` Configuration variables: @@ -36,3 +37,4 @@ Configuration variables: - **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. +- **turn_off_action** (*Optional*): The desired turn off action. Options are `none`, `quit`, `hibernate`, `suspend`, `reboot`, or `poweroff`. Default `none`.