Add missing MQTT strings (#38513)

pull/38519/head
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
1 changed files with 2 additions and 0 deletions

View File

@ -63,10 +63,12 @@
"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 birth message",
"will_topic": "Will message topic",
"will_payload": "Will message payload",
"will_qos": "Will message QoS",