hass-core/homeassistant/components/soundtouch/services.yaml
Franck Nijhof 39336d3ea3
Add prettier (in pre-commit and CI) (#33693)
* Add prettier (in pre-commit and CI)

* Make all file prettier

* Change order

* Add to Azure Pipelines

* Fix a YAML file prettier caught as invalid

* Remove flow mapping using curly braces from all YAML service files
2020-04-05 17:27:16 +02:00

36 lines
1.4 KiB
YAML

play_everywhere:
description: Play on all Bose Soundtouch devices.
fields:
master:
description: Name of the master entity that will coordinate the grouping. Platform dependent. It is a shortcut for creating a multi-room zone with all devices
example: "media_player.soundtouch_home"
create_zone:
description: Create a Sountouch multi-room zone.
fields:
master:
description: Name of the master entity that will coordinate the multi-room zone. Platform dependent.
example: "media_player.soundtouch_home"
slaves:
description: Name of slaves entities to add to the new zone.
example: "media_player.soundtouch_bedroom"
add_zone_slave:
description: Add a slave to a Sountouch multi-room zone.
fields:
master:
description: Name of the master entity that is coordinating the multi-room zone. Platform dependent.
example: "media_player.soundtouch_home"
slaves:
description: Name of slaves entities to add to the existing zone.
example: "media_player.soundtouch_bedroom"
remove_zone_slave:
description: Remove a slave from the Sounttouch multi-room zone.
fields:
master:
description: Name of the master entity that is coordinating the multi-room zone. Platform dependent.
example: "media_player.soundtouch_home"
slaves:
description: Name of slaves entities to remove from the existing zone.
example: "media_player.soundtouch_bedroom"