2018-09-14 09:57:31 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"single_instance_allowed": "Only a single configuration of MQTT is allowed."
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Unable to connect to the broker."
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"broker": {
|
|
|
|
"data": {
|
|
|
|
"broker": "Broker",
|
2018-09-25 10:22:14 +00:00
|
|
|
"discovery": "Enable discovery",
|
2018-09-14 09:57:31 +00:00
|
|
|
"password": "Password",
|
|
|
|
"port": "Port",
|
|
|
|
"username": "Username"
|
|
|
|
},
|
2020-05-29 00:04:16 +00:00
|
|
|
"description": "Please enter the connection information of your MQTT broker."
|
2018-10-01 12:11:21 +00:00
|
|
|
},
|
|
|
|
"hassio_confirm": {
|
|
|
|
"data": {
|
|
|
|
"discovery": "Enable discovery"
|
|
|
|
},
|
2020-01-06 00:32:11 +00:00
|
|
|
"description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the Hass.io add-on {addon}?",
|
2018-10-01 12:11:21 +00:00
|
|
|
"title": "MQTT Broker via Hass.io add-on"
|
2018-09-14 09:57:31 +00:00
|
|
|
}
|
2020-04-15 16:51:07 +00:00
|
|
|
}
|
2020-02-19 00:31:49 +00:00
|
|
|
},
|
|
|
|
"device_automation": {
|
|
|
|
"trigger_subtype": {
|
|
|
|
"button_1": "First button",
|
|
|
|
"button_2": "Second button",
|
|
|
|
"button_3": "Third button",
|
|
|
|
"button_4": "Fourth button",
|
|
|
|
"button_5": "Fifth button",
|
|
|
|
"button_6": "Sixth button",
|
|
|
|
"turn_off": "Turn off",
|
|
|
|
"turn_on": "Turn on"
|
|
|
|
},
|
|
|
|
"trigger_type": {
|
|
|
|
"button_double_press": "\"{subtype}\" double clicked",
|
|
|
|
"button_long_press": "\"{subtype}\" continuously pressed",
|
|
|
|
"button_long_release": "\"{subtype}\" released after long press",
|
|
|
|
"button_quadruple_press": "\"{subtype}\" quadruple clicked",
|
|
|
|
"button_quintuple_press": "\"{subtype}\" quintuple clicked",
|
|
|
|
"button_short_press": "\"{subtype}\" pressed",
|
|
|
|
"button_short_release": "\"{subtype}\" released",
|
|
|
|
"button_triple_press": "\"{subtype}\" triple clicked"
|
|
|
|
}
|
2020-06-24 00:08:54 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"error": {
|
|
|
|
"bad_birth": "Invalid birth topic.",
|
|
|
|
"bad_will": "Invalid will topic.",
|
|
|
|
"cannot_connect": "Unable to connect to the broker."
|
|
|
|
},
|
|
|
|
"step": {
|
|
|
|
"broker": {
|
|
|
|
"data": {
|
|
|
|
"broker": "Broker",
|
|
|
|
"password": "Password",
|
|
|
|
"port": "Port",
|
|
|
|
"username": "Username"
|
|
|
|
},
|
|
|
|
"description": "Please enter the connection information of your MQTT broker."
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"data": {
|
2020-08-05 00:02:19 +00:00
|
|
|
"birth_enable": "Enable birth message",
|
2020-06-24 00:08:54 +00:00
|
|
|
"birth_payload": "Birth message payload",
|
|
|
|
"birth_qos": "Birth message QoS",
|
|
|
|
"birth_retain": "Birth message retain",
|
|
|
|
"birth_topic": "Birth message topic",
|
|
|
|
"discovery": "Enable discovery",
|
2020-08-05 00:02:19 +00:00
|
|
|
"will_enable": "Enable birth message",
|
2020-06-24 00:08:54 +00:00
|
|
|
"will_payload": "Will message payload",
|
|
|
|
"will_qos": "Will message QoS",
|
|
|
|
"will_retain": "Will message retain",
|
|
|
|
"will_topic": "Will message topic"
|
|
|
|
},
|
|
|
|
"description": "Please select MQTT options."
|
|
|
|
}
|
|
|
|
}
|
2020-04-16 20:00:10 +00:00
|
|
|
}
|
2018-10-02 12:33:47 +00:00
|
|
|
}
|