Add missing flow form field translation in snooz (#173760)

This commit is contained in:
Franck Nijhof
2026-06-14 17:21:15 +02:00
committed by GitHub
parent b3309ef169
commit bcbdf7b2bb
+2 -1
View File
@@ -18,7 +18,8 @@
},
"user": {
"data": {
"address": "[%key:common::config_flow::data::device%]"
"address": "[%key:common::config_flow::data::device%]",
"name": "[%key:common::config_flow::data::name%]"
},
"description": "[%key:component::bluetooth::config::step::user::description%]"
}