Remove not used issue strings in tessie (#128178)

This commit is contained in:
G Johansson 2024-10-11 22:12:23 +02:00 committed by GitHub
parent 6650d32055
commit f983446355
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,9 +63,6 @@
},
"charge_state_charge_port_latch": {
"name": "Charge cable lock"
},
"vehicle_state_speed_limit_mode_active": {
"name": "Speed limit"
}
},
"media_player": {
@ -532,40 +529,5 @@
"command_failed": {
"message": "Command failed, {message}"
}
},
"issues": {
"deprecated_speed_limit_entity": {
"title": "Detected Tessie speed limit lock entity usage",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::tessie::issues::deprecated_speed_limit_entity::title%]",
"description": "The Tessie integration's speed limit lock entity has been deprecated and will be remove in 2024.11.0.\nHome Assistant detected that entity `{entity}` is being used in `{info}`\n\nYou should remove the speed limit lock entity from `{info}` then select **Submit** to fix this issue."
}
}
}
},
"deprecated_speed_limit_locked": {
"title": "Detected Tessie speed limit lock entity locked",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::tessie::issues::deprecated_speed_limit_locked::title%]",
"description": "The Tessie integration's speed limit lock entity has been deprecated and will be remove in 2024.11.0.\n\nPlease remove this entity from any automation or script, disable the entity then select **Submit** to fix this issue."
}
}
}
},
"deprecated_speed_limit_unlocked": {
"title": "Detected Tessie speed limit lock entity unlocked",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::tessie::issues::deprecated_speed_limit_unlocked::title%]",
"description": "The Tessie integration's speed limit lock entity has been deprecated and will be remove in 2024.11.0.\n\nPlease remove this entity from any automation or script, disable the entity then select **Submit** to fix this issue."
}
}
}
}
}
}