38 Commits

Author SHA1 Message Date
Flop2006
64fba147d1 Update mosquitto.markdown (#11265)
Note that the homeassistant user is required in the ACL added.
2019-11-23 18:04:46 +01:00
Antoine Bertin
a91ea9286a Mosquitto 5.1 udpate (#9771) 2019-10-02 23:03:46 +02:00
cogneato
2f8593ac04 Fix incorrect warning (#10387)
ACL is not required if using HA users and no anonymous access.
2019-09-18 21:36:50 +02:00
Franck Nijhof
debee58f8e
Collection of configuration block fixes (#9884) 2019-07-18 12:41:56 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
berightback-dev
2069ab65a8 Update mosquitto.markdown (#9796)
In my case, user was not able to publish message with "topic #"
I had to add readwrite to it to work
I'm using Mosquitto 5.0
2019-07-06 14:45:44 +02:00
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
wiggitamoo
3f58c1081d Indicate field to change in accesscontrollist (#9374)
* Indicate field to change in accesscontrollist

Putting alligator brackets around "your-mqtt-user" will help indicate to users to enter their own user name.

* Follow the docs standard
2019-05-03 19:09:07 +02:00
Flsab
80b3a630a2 Update mosquitto.markdown (#9259) 2019-04-20 20:42:07 +02:00
hcooper
e96d3c6cba Explain an explicit ACL is now required; update example. (#8965)
* Explain an explicit ACL is now required; update example.

The issue explained in https://github.com/home-assistant/hassio-addons/issues/545 outlines how an explicit ACL is now required for mosquitto to accept any traffic.

* Add formatting

* Make it bold
2019-03-17 09:45:16 +01:00
Franck Nijhof
69a0bfd29a 🔨 Replaces all hardlinks with relative ones (#8207) 2019-01-19 11:56:44 +01:00
Ralph
7f176e9976 Updating documentation to MQTT (See Pull 7455) (#7746)
* Updating documentation to MQTT (See Pull 7455)

As a request of user fabaff, moving change notes to Add-on Section instead of MQTT generic

* ✏️ Tweaks
2019-01-01 16:48:08 +01:00
Fabian Affolter
3c50f34998
Make MQTT uppercase 2018-11-10 17:51:56 +01:00
Pascal Vizeli
12cdb1aaa0
Update mosquitto.markdown 2018-11-06 09:54:55 +01:00
cogneato
e403b3fd1b Grammar / Clarity fixes (#7375) 2018-11-05 20:37:56 +01:00
Pascal Vizeli
c07729d393
Update mosquitto.markdown 2018-11-05 00:29:46 +01:00
Klaas Schoute
007a9df7b8 Update Mosquitto addon component configuration (#7237) 2018-10-29 22:51:59 +01:00
jma89
5966611f26 Clarify MQTT Advanced Configuration (#6192)
Properly describe the flag that needs to be changed and provide additional info on where the .conf files need to live. (Information that took me far longer than necessary to figure out.)
2018-09-04 08:51:01 +02:00
Matt White
15dd6dba7e Add section on Mosquitto ACLs (#5542)
* Add section on Mosquitto ACLs

* Fix typo
2018-06-15 00:38:58 +02:00
Ville Skyttä
5511c4bd33 Spelling fixes (#5509) 2018-06-09 22:10:57 +02:00
Fabian Affolter
f96a49ba26
Add on docs (#5456)
* Update sentence

* Move warning up

* Minor changes

* Update warning

* Update

* Update

* Update warning
2018-05-30 13:12:02 +02:00
Nick Horvath
338eeb2295 Add instructions on running MQTT ssl/nonssl simultaneously (#5027)
* Add instructions on running MQTT ssl/nonssl simultaneously

I wanted to be able to recieve MQTT from my cell phone over SSL, but wanted local things that have limited RAM to be able to connect without the burden of SSL code.

* Tweaking

* Add comma
2018-03-29 09:23:31 +02:00
Franck Nijhof
4e8718b123 Various markdown, spelling, and grammar fixes (#4457) 2018-01-21 17:36:38 +01:00
b1g1an
0159cb6f10 Add format for configuration.yaml if using username and password (#4149)
* Add format for configuration.yaml if using username and password

* Minor changes
2017-12-07 12:39:37 +01:00
Zorks
c801533484 Added missing certfile/keyfile entries to code (#4116)
If user accidentally removes those by copy/pasting what was listed, it throws a "missing" error.
2017-12-01 20:47:27 +01:00
Pascal Vizeli
c86f7cb361 Update mosquitto.markdown 2017-10-13 22:08:44 +02:00
Pascal Vizeli
718d3ffce5 Update mosquitto.markdown 2017-10-13 14:16:52 +02:00
Paulus Schoutsen
4b10d97f2b Update mosquitto.markdown 2017-09-23 20:57:02 -07:00
Fabian Affolter
9ce132c64a
Add link to MQTT docs 2017-07-26 22:55:59 +02:00
Pascal Vizeli
7f8b7a760c Update mosquitto.markdown 2017-07-26 19:48:23 +02:00
Paulus Schoutsen
e464238e69 Hass.io tweaks 2017-07-23 14:36:19 -07:00
Pascal Vizeli
629171738c Update mosquitto.markdown 2017-07-21 10:47:43 +02:00
Paulus Schoutsen
ca80944d74 Update Hass.io docs 2017-07-14 22:56:40 -07:00
Alok Saboo
f55a9b4256 Updated Hass.io documents (#2559) 2017-05-03 19:31:13 -07:00
Pascal Vizeli
b10335674b fix title 2017-05-03 23:05:23 +02:00
Pascal Vizeli
b59f86dbe9 Update mosquitto.markdown 2017-05-03 23:04:10 +02:00
Paulus Schoutsen
f036d5e6c8 Add hass.io placeholder 2017-04-30 21:42:51 -07:00