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

33 lines
1.0 KiB
JSON

{
"services": {
"alarm_keypress": {
"description": "Sends custom keypresses to the alarm.",
"fields": {
"entity_id": {
"description": "Name of the alarm control panel to trigger.",
"name": "Entity"
},
"keypress": {
"description": "String to send to the alarm panel (1-6 characters).",
"name": "Keypress"
}
},
"name": "Alarm keypress"
},
"invoke_custom_function": {
"description": "Allows users with DSC panels to trigger a PGM output (1-4). Note that you need to specify the alarm panel's \"code\" parameter for this to work.",
"fields": {
"partition": {
"description": "The alarm panel partition to trigger the PGM output on. Typically this is just \"1\".",
"name": "Partition"
},
"pgm": {
"description": "The PGM number to trigger on the alarm panel.",
"name": "PGM"
}
},
"name": "Invoke custom function"
}
}
}