Fix error in turn_off_action documentation. (#628)

The documentation for `turn_off_action` incorrectly listed `poweroff` when it should have listed `shutdown`.
This commit is contained in:
Dan 2016-07-09 12:20:59 -04:00 committed by Fabian Affolter
parent 792b1788ee
commit 15b80188b3

View File

@ -37,4 +37,4 @@ Configuration variables:
- **name** (*Optional*): The name of the device used in the frontend. - **name** (*Optional*): The name of the device used in the frontend.
- **username** (*Optional*): The XBMC/Kodi HTTP username. - **username** (*Optional*): The XBMC/Kodi HTTP username.
- **password** (*Optional*): The XBMC/Kodi HTTP password. - **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`. - **turn_off_action** (*Optional*): The desired turn off action. Options are `none`, `quit`, `hibernate`, `suspend`, `reboot`, or `shutdown`. Default `none`.