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

19 lines
390 B
JSON

{
"services": {
"send_command": {
"description": "Sends device command through RFLink.",
"fields": {
"command": {
"description": "The command to be sent.",
"name": "Command"
},
"device_id": {
"description": "RFLink device ID.",
"name": "Device ID"
}
},
"name": "Send command"
}
}
}