1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Remove unused deprecation strings (#156097)

This commit is contained in:
Andre Lengwenus
2025-11-08 09:35:34 +01:00
committed by GitHub
parent ac5316e3ac
commit f5a4071a81

View File

@@ -93,16 +93,6 @@
"message": "Invalid state for sending keys. Only 'hit' allowed for deferred sending."
}
},
"issues": {
"deprecated_keylock_sensor": {
"description": "Your LCN key lock binary sensor entity `{entity}` is being used in automations or scripts. A key lock switch entity is available and should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue.",
"title": "Deprecated LCN key lock binary sensor"
},
"deprecated_regulatorlock_sensor": {
"description": "Your LCN regulator lock binary sensor entity `{entity}` is being used in automations or scripts. A regulator lock switch entity is available and should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue.",
"title": "Deprecated LCN regulator lock binary sensor"
}
},
"services": {
"address_to_device_id": {
"description": "Converts an LCN address into a device ID.",