Fix switch name Unknown in SmartThings (#142081)

Fix switch name Unknown
This commit is contained in:
Joost Lekkerkerker 2025-04-02 17:15:36 +02:00 committed by GitHub
parent 6b34c38d21
commit 2a66c03d73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -497,19 +497,19 @@
},
"deprecated_switch_appliance": {
"title": "Appliance switch deprecated",
"description": "The switch {entity_name} (`{entity_id}`) is deprecated because the actions did not work, so it has been replaced with a binary sensor instead.\n\nPlease update your dashboards, templates accordingly and disable the entity to fix this issue."
"description": "The switch `{entity_id}` is deprecated because the actions did not work, so it has been replaced with a binary sensor instead.\n\nPlease update your dashboards, templates accordingly and disable the entity to fix this issue."
},
"deprecated_switch_appliance_scripts": {
"title": "[%key:component::smartthings::issues::deprecated_switch_appliance::title%]",
"description": "The switch {entity_name} (`{entity_id}`) is deprecated because the actions did not work, so it has been replaced with a binary sensor instead.\n\nThe switch was used in the following automations or scripts:\n{items}\n\nPlease use the new binary sensor in the above automations or scripts and disable the entity to fix this issue."
"description": "The switch `{entity_id}` is deprecated because the actions did not work, so it has been replaced with a binary sensor instead.\n\nThe switch was used in the following automations or scripts:\n{items}\n\nPlease use the new binary sensor in the above automations or scripts and disable the entity to fix this issue."
},
"deprecated_switch_media_player": {
"title": "[%key:component::smartthings::issues::deprecated_switch_appliance::title%]",
"description": "The switch {entity_name} (`{entity_id}`) is deprecated and a media player entity has been added to replace it.\n\nPlease use the new media player entity in the above automations or scripts and disable the entity to fix this issue."
"description": "The switch `{entity_id}` is deprecated and a media player entity has been added to replace it.\n\nPlease use the new media player entity in the above automations or scripts and disable the entity to fix this issue."
},
"deprecated_switch_media_player_scripts": {
"title": "[%key:component::smartthings::issues::deprecated_switch_appliance::title%]",
"description": "The switch {entity_name} (`{entity_id}`) is deprecated and a media player entity has been added to replace it.\n\nThe switch was used in the following automations or scripts:\n{items}\n\nPlease use the new media player entity in the above automations or scripts and disable the entity to fix this issue."
"description": "The switch `{entity_id}` is deprecated and a media player entity has been added to replace it.\n\nThe switch was used in the following automations or scripts:\n{items}\n\nPlease use the new media player entity in the above automations or scripts and disable the entity to fix this issue."
},
"deprecated_media_player": {
"title": "Media player sensors deprecated",