mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix missing config string in sense (#58597)
This commit is contained in:
parent
5851d5246e
commit
f2169ba111
@ -5,7 +5,8 @@
|
||||
"title": "Connect to your Sense Energy Monitor",
|
||||
"data": {
|
||||
"email": "[%key:common::config_flow::data::email%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"timeout": "Timeout"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -12,7 +12,8 @@
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "Email",
|
||||
"password": "Password"
|
||||
"password": "Password",
|
||||
"timeout": "Timeout"
|
||||
},
|
||||
"title": "Connect to your Sense Energy Monitor"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user