Modern Forms to MyStrom: add host field description (#104856)

This commit is contained in:
c0ffeeca7
2023-12-04 14:58:58 +01:00
committed by Franck Nijhof
parent 78cf9f2a01
commit 1378abab35
4 changed files with 12 additions and 0 deletions
@@ -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."
}
}
},