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

pull/104985/head
c0ffeeca7 2023-12-04 10:46:49 +01:00 committed by GitHub
parent ff84b82027
commit 7ac8f191bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -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": {

View File

@ -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."
}
}
},

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 mutesync device."
}
}
},

View File

@ -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."
}
}
},