mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"services": {
|
|
"set_all_zones": {
|
|
"description": "Sets all Blackbird zones to a single source.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"description": "Name of any blackbird zone.",
|
|
"name": "Entity"
|
|
},
|
|
"source": {
|
|
"description": "Name of source to switch to.",
|
|
"name": "Source"
|
|
}
|
|
},
|
|
"name": "Set all zones"
|
|
}
|
|
}
|
|
}
|