mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Format update for the configuration variables
This commit is contained in:
parent
6172f33e65
commit
f4a14b1818
@ -26,4 +26,4 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** *Optional*: Use only if you don't want to scan for devices.
|
||||
- **host** (*Optional*): Use only if you don't want to scan for devices.
|
||||
|
@ -45,9 +45,9 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** *Optional*: Where `firetv-server` is running. Default is *localhost:5556*.
|
||||
- **device** *Optional*: The device ID, default is *default*.
|
||||
- **name** *Optional*: The friendly name of the device, default is 'Amazon Fire TV'.
|
||||
- **host** (*Optional*): Where `firetv-server` is running. Default is *localhost:5556*.
|
||||
- **device** (*Optional*): The device ID, default is *default*.
|
||||
- **name** (*Optional*): The friendly name of the device, default is 'Amazon Fire TV'.
|
||||
|
||||
|
||||
<p class='note warning'>
|
||||
|
@ -30,5 +30,5 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** *Required*: The URL of the itunes-api API, eg. http://192.168.1.50
|
||||
- **port** *Optional*: The port where itunes-api is accessible, eg. 8181.
|
||||
- **host** (*Required*): The URL of the itunes-api API, eg. http://192.168.1.50
|
||||
- **port** (*Optional*): The port where itunes-api is accessible, eg. 8181.
|
||||
|
@ -31,8 +31,8 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** *Required*: The host name or address of the device that is running XBMC/Kodi
|
||||
- **port** *Required*: The port number, default 8080
|
||||
- **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.
|
||||
- **host** (*Required*): The host name or address of the device that is running XBMC/Kodi
|
||||
- **port** (*Required*): The port number, default 8080
|
||||
- **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.
|
||||
|
@ -29,10 +29,10 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **server** *Required*: IP address of the Music Player Daemon, eg. 192.168.1.32
|
||||
- **port** *Optional*: Port of the Music Player Daemon, defaults to 6600.
|
||||
- **location** *Optional*: Location of your Music Player Daemon.
|
||||
- **password** *Optional*: Password for your Music Player Daemon.
|
||||
- **server** (*Required*): IP address of the Music Player Daemon, eg. 192.168.1.32
|
||||
- **port** (*Optional*): Port of the Music Player Daemon, defaults to 6600.
|
||||
- **location** (*Optional*): Location of your Music Player Daemon.
|
||||
- **password** (*Optional*): Password for your Music Player Daemon.
|
||||
|
||||
This platform works with [Music Player Daemon](http://www.musicpd.org/) and [mopidy](https://www.mopidy.com/) with [Mopidy-MPD](https://docs.mopidy.com/en/latest/ext/mpd/) as used by [Pi MusicBox](http://www.pimusicbox.com/).
|
||||
|
||||
|
@ -34,7 +34,7 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** *Required*: The IP of the Panasonic Viera TV, e.g. `192.168.0.10`
|
||||
- **port** *Optional*: The port of your Panasonic Viera TV. Defaults to `55000`
|
||||
- **name** *Optional*: The name you would like to give to the Panasonic Viera TV.
|
||||
- **host** (*Required*): The IP of the Panasonic Viera TV, e.g. `192.168.0.10`
|
||||
- **port** (*Optional*): The port of your Panasonic Viera TV. Defaults to `55000`
|
||||
- **name** (*Optional*): The name you would like to give to the Panasonic Viera TV.
|
||||
|
||||
|
@ -27,6 +27,6 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** *Required*: The IP of the Pioneer device, eg. `192.168.0.10`
|
||||
- **name** *Optional*: The name you would like to give to the receiver.
|
||||
- **host** (*Required*): The IP of the Pioneer device, eg. `192.168.0.10`
|
||||
- **name** (*Optional*): The name you would like to give to the receiver.
|
||||
|
||||
|
@ -29,8 +29,8 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** *Required*: The IP of the Samsung Smart TV, e.g. 192.168.0.10
|
||||
- **name** *Optional*: The name you would like to give to the Samsung Smart TV.
|
||||
- **host** (*Required*): The IP of the Samsung Smart TV, eg. 192.168.0.10
|
||||
- **name** (*Optional*): The name you would like to give to the Samsung Smart TV.
|
||||
|
||||
|
||||
Currently known supported models:
|
||||
|
@ -30,7 +30,7 @@ media_player:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** *Required*: The host name or address of the Logitech Media Server, eg. 192.168.1.21.
|
||||
- **port** *Optional*: Telnet port to Logitech Media Server, default 9090.
|
||||
- **username** *Optional*: The username, if password protection is enabled.
|
||||
- **password** *Optional*: The password, if password protection is enabled.
|
||||
- **host** (*Required*): The host name or address of the Logitech Media Server, eg. 192.168.1.21.
|
||||
- **port** (*Optional*): Telnet port to Logitech Media Server, default 9090.
|
||||
- **username** (*Optional*): The username, if password protection is enabled.
|
||||
- **password** (*Optional*): The password, if password protection is enabled.
|
||||
|
Loading…
x
Reference in New Issue
Block a user