mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 12:17:30 +01:00
4c0e7eb92d
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
25 lines
642 B
JSON
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"
|
|
}
|
|
}
|
|
}
|