1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Improve id_missing abort message in samsungtv (#149357)

This commit is contained in:
Norbert Rittel
2025-07-24 10:23:30 +02:00
committed by GitHub
parent 46a01c2060
commit 2e12d67f2f

View File

@@ -50,7 +50,7 @@
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"auth_missing": "Home Assistant is not authorized to connect to this Samsung TV. Check your TV's External Device Manager settings to authorize Home Assistant.",
"id_missing": "This Samsung device doesn't have a SerialNumber.",
"id_missing": "This Samsung device doesn't have a serial number to identify it.",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"not_supported": "This Samsung device is currently not supported.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"