Use common string for "host" in devialet config flow (#164798)

This commit is contained in:
Norbert Rittel
2026-03-05 08:32:46 +01:00
committed by GitHub
parent 633e2e7469
commit bfa707d79e
@@ -13,7 +13,7 @@
},
"user": {
"data": {
"host": "Host"
"host": "[%key:common::config_flow::data::host%]"
},
"description": "Please enter the host name or IP address of the Devialet device."
}