Correct issues raised when calling deprecated vacuum services (#96295)
This commit is contained in:
parent
aec0694823
commit
6aa2ede6c7
2 changed files with 24 additions and 3 deletions
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue