mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Ecoforest to Emonitor: add host field description (#104778)
This commit is contained in:
parent
da93daaa75
commit
dd00357e9c
@ -6,6 +6,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 Ecoforest device."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -7,6 +7,9 @@
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"port": "[%key:common::config_flow::data::port%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your Elgato device."
|
||||
}
|
||||
},
|
||||
"zeroconf_confirm": {
|
||||
|
@ -5,6 +5,9 @@
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your SiteSage Emonitor device."
|
||||
}
|
||||
},
|
||||
"confirm": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user