File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,22 @@ media_player:
43
43
name : Soundtouch kitchen
44
44
` ` `
45
45
46
- Configuration variables:
47
-
48
- - **host** (*Required*): The host name or address of the Soundtouch device.
49
- - **name** (*Required*): The name of the device used in the frontend.
50
- - **port** (*Optional*): The port number. Defaults to 8090.
46
+ {% configuration %}
47
+ host:
48
+ description: The host name or address of the Soundtouch device.
49
+ required: true
50
+ type: string
51
+ name:
52
+ description: The name of the device used in the frontend.
53
+ required: true
54
+ default: Bose Soundtouch
55
+ type: string
56
+ port:
57
+ description: The port number.
58
+ required: false
59
+ default: 8090
60
+ type: integer
61
+ {% endconfiguration %}
51
62
52
63
You can switch between one of your 6 pre-configured presets using ` ` ` media_player.play_media```
53
64
You can’t perform that action at this time.
0 commit comments