mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Update Documentation for 'Soundtouch Media Player Component Configuration (#7032)
* Update Documentation for 'Soundtouch Media Player Component Configuration * Adds default value for 'name' key Default value for 'name' key is defined at https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/media_player/soundtouch.py#L59
This commit is contained in:
parent
23a4976b2c
commit
eb56ae1405
@ -43,11 +43,22 @@ media_player:
|
||||
name: Soundtouch kitchen
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): The host name or address of the Soundtouch device.
|
||||
- **name** (*Required*): The name of the device used in the frontend.
|
||||
- **port** (*Optional*): The port number. Defaults to 8090.
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The host name or address of the Soundtouch device.
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
description: The name of the device used in the frontend.
|
||||
required: true
|
||||
default: Bose Soundtouch
|
||||
type: string
|
||||
port:
|
||||
description: The port number.
|
||||
required: false
|
||||
default: 8090
|
||||
type: integer
|
||||
{% endconfiguration %}
|
||||
|
||||
You can switch between one of your 6 pre-configured presets using ```media_player.play_media```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user