Skip to content

Commit

Permalink
docs: Remove obsolete recommendation (master branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGAlexandru committed Jan 8, 2025
1 parent e91c18a commit 57fe76f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions util/generate_mqtt_docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,7 @@ If you're instead planning to do something more custom, in this document you wil
provided by this software. Values such as \`<TOPIC PREFIX>\` and \`<IDENTIFIER>\` are those configured in the MQTT
settings page.
` + jekyllAlert("tip", `It is recommended to leave Homie autodiscovery enabled, even if you're not planning to use it, if you want to develop
custom integrations or access the MQTT topics directly: the Homie protocol is very readable and self-documenting.
It will provide additional context and information on how to use specific APIs.
Homie autodiscovery info is best viewed with something like [MQTT Explorer](https://mqtt-explorer.com/).
`);
`

const fakeConfig = {
onUpdate: (_) => {
Expand Down

0 comments on commit 57fe76f

Please sign in to comment.