Fix spell media_player service (#5030)
Add an optional extended description…
This commit is contained in:
parent
25469dd8ee
commit
4c9347eb2a
1 changed files with 3 additions and 3 deletions
|
@ -59,8 +59,8 @@ volume_set:
|
|||
description: Name(s) of entities to set volume level on
|
||||
example: 'media_player.living_room_sonos'
|
||||
volume_level:
|
||||
description: Volume level to set
|
||||
example: 60
|
||||
description: Volume level to set as float
|
||||
example: 0.6
|
||||
|
||||
media_play_pause:
|
||||
description: Toggle media player play/pause state
|
||||
|
@ -236,4 +236,4 @@ soundtouch_remove_zone_slave:
|
|||
fields:
|
||||
entity_id:
|
||||
description: Name of entites that will be remove from the multi-room zone. Platform dependent.
|
||||
example: 'media_player.soundtouch_home'
|
||||
example: 'media_player.soundtouch_home'
|
||||
|
|
Loading…
Add table
Reference in a new issue