mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update media player frontier (#6921)
This commit is contained in:
parent
3c70227e06
commit
abd78fd8d4
@ -37,11 +37,23 @@ media_player:
|
||||
host: IP_ADDRESS
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The host name or the IP address of the device. Defaults to 192.168.1.11.
|
||||
- **port** (*Optional*): The port number. Defaults to 80.
|
||||
- **password** (*Optional*): PIN code of the Internet Radio. Defaults to 1234.
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The host name or the IP address of the device.
|
||||
required: true
|
||||
default: 192.168.1.11
|
||||
type: string
|
||||
port:
|
||||
description: The port number of the device.
|
||||
required: false
|
||||
default: 80
|
||||
type: integer
|
||||
password:
|
||||
description: PIN code of the Internet Radio.
|
||||
required: false
|
||||
default: 1234
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
Some models use a separate port (2244) for API access, this can be verified by visiting http://[host]:[port]/device.
|
||||
|
||||
@ -94,4 +106,3 @@ The Frontier Silicon API does not provide a multi-user environment. There is alw
|
||||
[UNDOK]: http://www.frontier-silicon.com/undok
|
||||
[flammy]: https://github.com/flammy/fsapi/
|
||||
[tiwillam]: https://github.com/tiwilliam/fsapi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user