Fix spell media_player service (#5030)

Add an optional extended description…
This commit is contained in:
Pascal Vizeli 2016-12-21 11:39:59 +01:00 committed by GitHub
parent 25469dd8ee
commit 4c9347eb2a

View File

@ -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'