mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Fix spell media_player service (#5030)
Add an optional extended description…
This commit is contained in:
parent
25469dd8ee
commit
4c9347eb2a
@ -59,8 +59,8 @@ volume_set:
|
|||||||
description: Name(s) of entities to set volume level on
|
description: Name(s) of entities to set volume level on
|
||||||
example: 'media_player.living_room_sonos'
|
example: 'media_player.living_room_sonos'
|
||||||
volume_level:
|
volume_level:
|
||||||
description: Volume level to set
|
description: Volume level to set as float
|
||||||
example: 60
|
example: 0.6
|
||||||
|
|
||||||
media_play_pause:
|
media_play_pause:
|
||||||
description: Toggle media player play/pause state
|
description: Toggle media player play/pause state
|
||||||
@ -236,4 +236,4 @@ soundtouch_remove_zone_slave:
|
|||||||
fields:
|
fields:
|
||||||
entity_id:
|
entity_id:
|
||||||
description: Name of entites that will be remove from the multi-room zone. Platform dependent.
|
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…
x
Reference in New Issue
Block a user