Modern Forms to MyStrom: add host field description (#104856)
parent
ff84b82027
commit
7ac8f191bd
|
@ -6,6 +6,9 @@
|
|||
"description": "Set up your Modern Forms fan to integrate with Home Assistant.",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your Modern Forms fan."
|
||||
}
|
||||
},
|
||||
"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 Möhlenhoff Alpha2 system."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your mutesync device."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
"data": {
|
||||
"name": "[%key:common::config_flow::data::name%]",
|
||||
"host": "[%key:common::config_flow::data::host%]"
|
||||
},
|
||||
"data_description": {
|
||||
"host": "The hostname or IP address of your myStrom device."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue