Cleanup not used data field for mqtt hassio config flow confirm step (#124486)
parent
f4528b288f
commit
ff029e5efc
|
@ -78,13 +78,7 @@
|
|||
},
|
||||
"hassio_confirm": {
|
||||
"title": "MQTT Broker via Home Assistant add-on",
|
||||
"description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the add-on {addon}?",
|
||||
"data": {
|
||||
"discovery": "Enable discovery"
|
||||
},
|
||||
"data_description": {
|
||||
"discovery": "Option to enable MQTT automatic discovery."
|
||||
}
|
||||
"description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the add-on {addon}?"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "Re-authentication required with the MQTT broker",
|
||||
|
@ -191,7 +185,7 @@
|
|||
"title": "MQTT options",
|
||||
"description": "Discovery - If discovery is enabled (recommended), Home Assistant will automatically discover devices and entities which publish their configuration on the MQTT broker. If discovery is disabled, all configuration must be done manually.\nDiscovery prefix - The prefix a configuration topic for automatic discovery must start with.\nBirth message - The birth message will be sent each time Home Assistant (re)connects to the MQTT broker.\nWill message - The will message will be sent each time Home Assistant loses its connection to the broker, both in case of a clean (e.g. Home Assistant shutting down) and in case of an unclean (e.g. Home Assistant crashing or losing its network connection) disconnect.",
|
||||
"data": {
|
||||
"discovery": "[%key:component::mqtt::config::step::hassio_confirm::data::discovery%]",
|
||||
"discovery": "Enable discovery",
|
||||
"discovery_prefix": "Discovery prefix",
|
||||
"birth_enable": "Enable birth message",
|
||||
"birth_topic": "Birth message topic",
|
||||
|
|
Loading…
Reference in New Issue