Correct issues raised when calling deprecated vacuum services (#96295)

This commit is contained in:
Erik Montnemery 2023-07-11 08:45:45 +02:00 committed by GitHub
parent aec0694823
commit 6aa2ede6c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 3 deletions

View file

@ -175,7 +175,14 @@
"issues": {
"service_deprecation_start_pause": {
"title": "Roborock vacuum support for vacuum.start_pause is being removed",
"description": "Roborock vacuum support for the vacuum.start_pause service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.pause or vacuum.start and select submit below to mark this issue as resolved."
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::roborock::issues::service_deprecation_start_pause::title%]",
"description": "Roborock vacuum support for the vacuum.start_pause service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.pause or vacuum.start and select submit below to mark this issue as resolved."
}
}
}
}
}
}

View file

@ -216,11 +216,25 @@
"issues": {
"service_deprecation_turn_off": {
"title": "Tuya vacuum support for vacuum.turn_off is being removed",
"description": "Tuya vacuum support for the vacuum.turn_off service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.stop and select submit below to mark this issue as resolved."
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::tuya::issues::service_deprecation_turn_off::title%]",
"description": "Tuya vacuum support for the vacuum.turn_off service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.stop and select submit below to mark this issue as resolved."
}
}
}
},
"service_deprecation_turn_on": {
"title": "Tuya vacuum support for vacuum.turn_on is being removed",
"description": "Tuya vacuum support for the vacuum.turn_on service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.start and select submit below to mark this issue as resolved."
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::tuya::issues::service_deprecation_turn_on::title%]",
"description": "Tuya vacuum support for the vacuum.turn_on service is deprecated and will be removed in Home Assistant 2024.2; Please adjust any automation or script that uses the service to instead call vacuum.start and select submit below to mark this issue as resolved."
}
}
}
}
}
}