mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 14:41:38 +01:00
Add missing flow form field translation in snooz (#173760)
This commit is contained in:
@@ -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%]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user