ha-core/homeassistant/components/rflink/strings.json

19 lines
390 B
JSON

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