Replace "country" with common string in lg_thinq (#141690)

This commit is contained in:
Norbert Rittel
2025-03-29 01:27:10 +01:00
committed by GitHub
parent c4ac492c6e
commit df2a94bb5b

View File

@@ -19,7 +19,7 @@
"description": "Please enter a ThinQ [PAT(Personal Access Token)]({pat_url}) created with your LG ThinQ account.", "description": "Please enter a ThinQ [PAT(Personal Access Token)]({pat_url}) created with your LG ThinQ account.",
"data": { "data": {
"access_token": "Personal Access Token", "access_token": "Personal Access Token",
"country": "Country" "country": "[%key:common::config_flow::data::country%]"
} }
} }
} }