From d2a52b21d1ef94c7b8d4dc40e99da8c7066eb1d5 Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Tue, 14 Aug 2018 23:10:48 -0700 Subject: [PATCH] Embedded MQTT password change backport to 0.76 (#6020) * Embedded MQTT password change backport to 0.76 * Fix formatting --- source/_docs/mqtt/broker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/mqtt/broker.markdown b/source/_docs/mqtt/broker.markdown index 628c6dbdb0b..e936f059e00 100644 --- a/source/_docs/mqtt/broker.markdown +++ b/source/_docs/mqtt/broker.markdown @@ -25,7 +25,7 @@ Home Assistant contains an embedded MQTT broker. If no broker configuration is g | Password | no default value | | Websocket port | 8080 | -> Since release 0.77, the embedded broker does not use your [API password](/components/http/) as the default password. The MQTT component will fail to set up if you have API password configured, but don't have MQTT password configured as in the following example. +Since release 0.76, the embedded broker does not use your [API password](/components/http/) as the default password. The MQTT component will fail to set up if you have API password configured, but don't have MQTT password configured as in the following example. ```yaml # Example configuration.yaml entry