Fix Yale Smart Alarm strings (#53627)
This commit is contained in:
parent
4e4bb2e5a8
commit
1b96288799
1 changed files with 3 additions and 3 deletions
|
@ -11,15 +11,15 @@
|
|||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"name": "[%key:component::yale_smart_alarm::config::step::user::data::name%]",
|
||||
"area_id": "[%key:component::yale_smart_alarm::config::step::user::data::area_id%]"
|
||||
"name": "[%key:common::config_flow::data::name%]",
|
||||
"area_id": "Area ID"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"name": "[%key:component::yale_smart_alarm::config::step::user::data::name%]",
|
||||
"name": "[%key:common::config_flow::data::name%]",
|
||||
"area_id": "[%key:component::yale_smart_alarm::config::step::user::data::area_id%]"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue