mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +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",
|
"title": "Connect to your Sense Energy Monitor",
|
||||||
"data": {
|
"data": {
|
||||||
"email": "[%key:common::config_flow::data::email%]",
|
"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": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"email": "Email",
|
"email": "Email",
|
||||||
"password": "Password"
|
"password": "Password",
|
||||||
|
"timeout": "Timeout"
|
||||||
},
|
},
|
||||||
"title": "Connect to your Sense Energy Monitor"
|
"title": "Connect to your Sense Energy Monitor"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user