Open igorsantos07 opened 1 week ago
The changes in this pull request primarily involve modifications to the projects/installer.html
file, focusing on the content and structure of installation instructions for ESPHome devices. The description for the "ESP32-S3-BOX-3" has been updated to include a warning about firmware limitations and a recommendation to consider the 3B variant. Additionally, HTML structure adjustments enhance clarity, and visibility of elements is managed through new classes. JavaScript functionality for user interactions remains unchanged, ensuring dynamic updates to the installation process without introducing new features.
File | Change Summary |
---|---|
projects/installer.html | Expanded description for "ESP32-S3-BOX-3" device with firmware limitations warning; adjusted HTML structure for clarity; added classes for visibility control; retained existing JavaScript functionality for user interactions. |
humidity
configuration variable, which is relevant to the installation process for ESPHome devices.current
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?
Name | Link |
---|---|
Latest commit | d62c200899ebf76d3a9659e1881b42926054e2bd |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/673eb29777fac1000892d889 |
Deploy Preview | https://deploy-preview-4458--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.
And the fact they go unavailable with the currently available firmware, so people have more information to buy the device more consciously.
Description:
Long story short, there are two versions of the device available, and the "default" one (both in stores and in promos images) is the blue one, which is a bit more expensive and comes with extra parts that become useless with the currently available firmware. The device has all sensors working with the factory software, but once you install the wakeword assistant, they do not show on HA, given they're probably not implemented.
Interested users must be aware of this, so there's no chance they'll buy the extra parts thinking they'll get an assistant with sensors included. Or that, at least, they buy knowing it could be added... someday.
Related issue (if applicable): This issue got mentioned here (https://github.com/home-assistant/home-assistant.io/pull/35299#issuecomment-2427924998) a month ago, but it's not directly related.
Pull request in esphome with YAML changes (if applicable): none
Checklist:
[ ] I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
[x] I am merging into
current
because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.[ ] Link added in
/index.rst
when creating new documents for new components or cookbook.