Fix missing config string in sense (#58597)

This commit is contained in:
Robert Hillis 2021-10-28 08:27:01 -04:00 committed by GitHub
parent 5851d5246e
commit f2169ba111
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
} }