Closed solarkennedy closed 3 weeks ago
Name | Link |
---|---|
Latest commit | d41082eb9858d9de78f34506ffe08cd1f803929e |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/672d920e4d48d70008756097 |
Deploy Preview | https://deploy-preview-4412--esphome.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The changes in this pull request focus on updating the documentation for the MQTT Client Component in the components/mqtt.rst
file. Key modifications include clarifying the requirements for enabling MQTT without the Native API and correcting typographical errors. The documentation now specifies the need to remove the api:
configuration or set reboot_timeout: 0s
. Overall, the updates aim to enhance clarity and accuracy without altering the existing functionality or configuration variables.
File | Change Summary |
---|---|
components/mqtt.rst | Updated documentation for MQTT Client Component, clarified requirements, and corrected typographical errors. |
clean_session
to the MQTT component, related to documentation updates.Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Related to https://github.com/esphome/issues/issues/6046, it isn't necessary to remove the api component entirely.
In fact, it is kinda nice to keep it there for tailing logs if the log_topic is
null
.This clarifies that you can just set
reboot_timeout
and keep it enabled.Related issue (if applicable): fixes https://github.com/esphome/issues/issues/6046
Checklist:
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.