1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/blackbird/strings.json
2025-10-28 10:33:10 +01:00

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"
}
}
}