1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-02 12:17:30 +01:00
Files
core/homeassistant/components/rflink/strings.json
T
2026-05-19 19:44:03 +02:00

25 lines
642 B
JSON

{
"issues": {
"yaml_migration": {
"description": "Your current RFLink {platform} YAML configuration needs to be migrated to the new configuration format.",
"title": "Your {platform} RFLink configuration needs to be migrated"
}
},
"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"
}
}
}