From 6cf55ea7cf5e1db88c5545f0a07158852a7bcd85 Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Tue, 14 Aug 2018 14:29:26 -0700 Subject: [PATCH 1/2] Embedded MQTT password change backport to 0.76 --- 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 628c6dbdb0b7..22707afd5c08 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 From c4aa5f66aa0276c3d2951cc440f55b9768024fcc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 14 Aug 2018 23:39:37 +0200 Subject: [PATCH 2/2] 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 22707afd5c08..e936f059e001 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.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. +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