Replace (wrong) xiaomi vacuum action key names with friendly names (#138214)

Replace (wrong) xiaomi action key names with friendly names
This commit is contained in:
Norbert Rittel 2025-02-10 20:34:12 +01:00 committed by GitHub
parent 68eb0d81c8
commit 12173a9d62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -509,7 +509,7 @@
}, },
"vacuum_remote_control_start": { "vacuum_remote_control_start": {
"name": "Vacuum remote control start", "name": "Vacuum remote control start",
"description": "Starts remote control of the vacuum cleaner. You can then move it with `remote_control_move`, when done call `remote_control_stop`." "description": "Starts remote control of the vacuum cleaner. You can then move it with the 'Vacuum remote control move' action, when done use 'Vacuum remote control stop'."
}, },
"vacuum_remote_control_stop": { "vacuum_remote_control_stop": {
"name": "Vacuum remote control stop", "name": "Vacuum remote control stop",
@ -517,7 +517,7 @@
}, },
"vacuum_remote_control_move": { "vacuum_remote_control_move": {
"name": "Vacuum remote control move", "name": "Vacuum remote control move",
"description": "Remote controls the vacuum cleaner, make sure you first set it in remote control mode with `remote_control_start`.", "description": "Remote controls the vacuum cleaner, make sure you first set it in remote control mode with the 'Vacuum remote control start' action.",
"fields": { "fields": {
"velocity": { "velocity": {
"name": "Velocity", "name": "Velocity",