mirror of
https://github.com/home-assistant/core.git
synced 2025-09-07 22:01:34 +02:00
Fix missing sentence-case in hydrawise
(#150513)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Hydrawise Login",
|
"title": "Hydrawise login",
|
||||||
"description": "Please provide the username and password for your Hydrawise cloud account:",
|
"description": "Please provide the username and password for your Hydrawise cloud account:",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"api_key": "[%key:common::config_flow::data::api_key%]"
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"api_key": "You can generate an API Key in the 'Account Details' section of the Hydrawise app"
|
"api_key": "You can generate an API key in the 'Account Details' section of the Hydrawise app"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"reauth_confirm": {
|
||||||
|
Reference in New Issue
Block a user