Update action description in ecovacs integration to match HA style (#138548)

This commit is contained in:
Norbert Rittel 2025-02-15 21:52:41 +01:00 committed by GitHub
parent d435f7be09
commit 9573f7828b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,7 @@
"message": "Params are required for the command: {command}" "message": "Params are required for the command: {command}"
}, },
"vacuum_raw_get_positions_not_supported": { "vacuum_raw_get_positions_not_supported": {
"message": "Getting the positions of the chargers and the device itself is not supported" "message": "Retrieving the positions of the chargers and the device itself is not supported"
} }
}, },
"selector": { "selector": {
@ -264,7 +264,7 @@
"services": { "services": {
"raw_get_positions": { "raw_get_positions": {
"name": "Get raw positions", "name": "Get raw positions",
"description": "Get the raw response for the positions of the chargers and the device itself." "description": "Retrieves a raw response containing the positions of the chargers and the device itself."
} }
} }
} }