1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/nx584/strings.json
2025-10-28 10:33:10 +01:00

25 lines
585 B
JSON

{
"services": {
"bypass_zone": {
"description": "Bypasses a zone.",
"fields": {
"zone": {
"description": "The number of the zone to be bypassed.",
"name": "Zone"
}
},
"name": "Bypass zone"
},
"unbypass_zone": {
"description": "Un-Bypasses a zone.",
"fields": {
"zone": {
"description": "The number of the zone to be un-bypassed.",
"name": "[%key:component::nx584::services::bypass_zone::fields::zone::name%]"
}
},
"name": "Un-bypass zone"
}
}
}