Fix missing sentence-case in `hydrawise` (#150513)

pull/150511/head^2
Norbert Rittel 2025-08-12 20:10:43 +02:00 committed by GitHub
parent ea946c90b3
commit 4d426c31f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "Hydrawise Login",
"title": "Hydrawise login",
"description": "Please provide the username and password for your Hydrawise cloud account:",
"data": {
"username": "[%key:common::config_flow::data::username%]",
@ -10,7 +10,7 @@
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"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": {