Add missing MQTT strings (#38513)

This commit is contained in:
Erik Montnemery 2020-08-03 17:54:09 +02:00 committed by GitHub
parent a187183bd1
commit 86e38a8467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,10 +63,12 @@
"description": "Please select MQTT options.", "description": "Please select MQTT options.",
"data": { "data": {
"discovery": "Enable discovery", "discovery": "Enable discovery",
"birth_enable": "Enable birth message",
"birth_topic": "Birth message topic", "birth_topic": "Birth message topic",
"birth_payload": "Birth message payload", "birth_payload": "Birth message payload",
"birth_qos": "Birth message QoS", "birth_qos": "Birth message QoS",
"birth_retain": "Birth message retain", "birth_retain": "Birth message retain",
"will_enable": "Enable birth message",
"will_topic": "Will message topic", "will_topic": "Will message topic",
"will_payload": "Will message payload", "will_payload": "Will message payload",
"will_qos": "Will message QoS", "will_qos": "Will message QoS",