mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add missing MQTT strings (#38513)
This commit is contained in:
parent
a187183bd1
commit
86e38a8467
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user