mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Correct label in mqtt config flow (#40507)
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
"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_enable": "Enable will 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",
|
||||||
@@ -82,4 +82,4 @@
|
|||||||
"bad_will": "Invalid will topic."
|
"bad_will": "Invalid will topic."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -72,7 +72,7 @@
|
|||||||
"birth_retain": "Birth message retain",
|
"birth_retain": "Birth message retain",
|
||||||
"birth_topic": "Birth message topic",
|
"birth_topic": "Birth message topic",
|
||||||
"discovery": "Enable discovery",
|
"discovery": "Enable discovery",
|
||||||
"will_enable": "Enable birth message",
|
"will_enable": "Enable will message",
|
||||||
"will_payload": "Will message payload",
|
"will_payload": "Will message payload",
|
||||||
"will_qos": "Will message QoS",
|
"will_qos": "Will message QoS",
|
||||||
"will_retain": "Will message retain",
|
"will_retain": "Will message retain",
|
||||||
|
Reference in New Issue
Block a user