2018-09-14 09:57:31 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"broker": {
|
|
|
|
"description": "Please enter the connection information of your MQTT broker.",
|
|
|
|
"data": {
|
|
|
|
"broker": "Broker",
|
2020-05-12 17:50:44 +00:00
|
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2018-09-25 10:22:14 +00:00
|
|
|
"discovery": "Enable discovery"
|
2018-09-14 09:57:31 +00:00
|
|
|
}
|
2018-10-01 12:11:21 +00:00
|
|
|
},
|
|
|
|
"hassio_confirm": {
|
|
|
|
"title": "MQTT Broker via Hass.io add-on",
|
2020-01-05 12:09:17 +00:00
|
|
|
"description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the Hass.io add-on {addon}?",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"discovery": "Enable discovery"
|
|
|
|
}
|
2018-09-14 09:57:31 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
|
|
|
"single_instance_allowed": "Only a single configuration of MQTT is allowed."
|
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Unable to connect to the broker."
|
|
|
|
}
|
2020-02-18 21:51:10 +00:00
|
|
|
},
|
|
|
|
"device_automation": {
|
|
|
|
"trigger_type": {
|
|
|
|
"button_short_press": "\"{subtype}\" pressed",
|
|
|
|
"button_short_release": "\"{subtype}\" released",
|
|
|
|
"button_long_press": "\"{subtype}\" continuously pressed",
|
|
|
|
"button_long_release": "\"{subtype}\" released after long press",
|
|
|
|
"button_double_press": "\"{subtype}\" double clicked",
|
|
|
|
"button_triple_press": "\"{subtype}\" triple clicked",
|
|
|
|
"button_quadruple_press": "\"{subtype}\" quadruple clicked",
|
|
|
|
"button_quintuple_press": "\"{subtype}\" quintuple clicked"
|
|
|
|
},
|
|
|
|
"trigger_subtype": {
|
|
|
|
"turn_on": "Turn on",
|
|
|
|
"turn_off": "Turn off",
|
|
|
|
"button_1": "First button",
|
|
|
|
"button_2": "Second button",
|
|
|
|
"button_3": "Third button",
|
|
|
|
"button_4": "Fourth button",
|
|
|
|
"button_5": "Fifth button",
|
|
|
|
"button_6": "Sixth button"
|
|
|
|
}
|
2018-09-14 09:57:31 +00:00
|
|
|
}
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|