Fix missing config string in sense (#58597)

This commit is contained in:
Robert Hillis
2021-10-28 08:27:01 -04:00
committed by Paulus Schoutsen
parent c513516237
commit f942131d6a
2 changed files with 4 additions and 2 deletions

View File

@@ -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"
} }
} }
}, },

View File

@@ -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"
} }