mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Modern Forms to MyStrom: add host field description (#104856)
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user