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:
parent
792b1788ee
commit
15b80188b3
1 changed files with 1 additions and 1 deletions
|
@ -37,4 +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`.
|
||||
- **turn_off_action** (*Optional*): The desired turn off action. Options are `none`, `quit`, `hibernate`, `suspend`, `reboot`, or `shutdown`. Default `none`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue