Files
ha-core/homeassistant/components/ness_alarm/strings.json
2025-10-28 10:33:10 +01:00

29 lines
739 B
JSON

{
"services": {
"aux": {
"description": "Changes the state of an aux output.",
"fields": {
"output_id": {
"description": "The aux output you wish to change.",
"name": "Output ID"
},
"state": {
"description": "The on/off state of the output. If P14xE 8E is enabled then turning on will pulse the output for the time specified in P14(x+4)E.",
"name": "State"
}
},
"name": "Aux"
},
"panic": {
"description": "Triggers a panic alarm.",
"fields": {
"code": {
"description": "The user code to use to trigger the panic alarm.",
"name": "Code"
}
},
"name": "Panic"
}
}
}