1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-18 14:29:57 +01:00
Files
core/homeassistant/components/rflink/strings.json
T
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"
}
}
}