mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
media_player.kodi: turn_off_action documentation (#533)
This commit is contained in:
parent
0cc0369faa
commit
bf37c0155c
@ -27,6 +27,7 @@ media_player:
|
|||||||
name: Kodi
|
name: Kodi
|
||||||
user: USERNAME
|
user: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
|
turn_off_action: shutdown
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -36,3 +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`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user