From 36ef12715f81bb1b368b0566a056e636c8e14cdc Mon Sep 17 00:00:00 2001 From: Gerard Date: Tue, 22 Oct 2019 02:19:35 +0200 Subject: [PATCH] Update README.md for Mosquitto addon (#799) Some textual updates --- mosquitto/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mosquitto/README.md b/mosquitto/README.md index 5bc791f..99c3758 100644 --- a/mosquitto/README.md +++ b/mosquitto/README.md @@ -1,6 +1,6 @@ # Hass.io Core Add-on: Mosquitto broker -Check your current configuration against any Home Assistant version. +MQTT broker for Home Assistant. ![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield] @@ -116,13 +116,13 @@ Add the following configuration to enable **unrestricted** access to all topics. }, ``` -1. Create `/share/mosquitto/acl.conf` with the contents: +2. Create `/share/mosquitto/acl.conf` with the contents: ```text acl_file /share/mosquitto/accesscontrollist ``` -1. Create `/share/mosquitto/accesscontrollist` with the contents: +3. Create `/share/mosquitto/accesscontrollist` with the contents: ```text user [YOUR_MQTT_USER]