Enphase to Evil: add host field description (#104779)

Co-authored-by: Franck Nijhof <git@frenck.dev>
pull/104819/head
c0ffeeca7 2023-11-30 17:25:04 +01:00 committed by GitHub
parent 0c08081386
commit 3133585d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,9 @@
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Enphase Envoy gateway."
}
}
},

View File

@ -5,6 +5,9 @@
"data": {
"host": "[%key:common::config_flow::data::host%]",
"name": "[%key:common::config_flow::data::name%]"
},
"data_description": {
"host": "The hostname or IP address of your Epson projector."
}
}
},

View File

@ -4,6 +4,9 @@
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your Evil Genius Labs device."
}
}
},