86 lines
3.0 KiB
JSON
86 lines
3.0 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"broker": {
|
|
"description": "Please enter the connection information of your MQTT broker.",
|
|
"data": {
|
|
"broker": "Broker",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"discovery": "Enable discovery"
|
|
}
|
|
},
|
|
"hassio_confirm": {
|
|
"title": "MQTT Broker via Hass.io add-on",
|
|
"description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the Hass.io add-on {addon}?",
|
|
"data": {
|
|
"discovery": "Enable discovery"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"broker": {
|
|
"description": "Please enter the connection information of your MQTT broker.",
|
|
"data": {
|
|
"broker": "Broker",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"description": "Please select MQTT options.",
|
|
"data": {
|
|
"discovery": "Enable discovery",
|
|
"birth_enable": "Enable birth message",
|
|
"birth_topic": "Birth message topic",
|
|
"birth_payload": "Birth message payload",
|
|
"birth_qos": "Birth message QoS",
|
|
"birth_retain": "Birth message retain",
|
|
"will_enable": "Enable will message",
|
|
"will_topic": "Will message topic",
|
|
"will_payload": "Will message payload",
|
|
"will_qos": "Will message QoS",
|
|
"will_retain": "Will message retain"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"bad_birth": "Invalid birth topic.",
|
|
"bad_will": "Invalid will topic."
|
|
}
|
|
}
|
|
}
|