mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 11:05:59 +01: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"
|
|
}
|
|
}
|
|
}
|