Closed Amaery closed 3 days ago
The pull request updates the components/packages.rst
documentation to improve explanations and examples related to package usage in ESPHome. It adds new examples for configuring middle_garage_door
and right_garage_door
using the garage-door.yaml
file, illustrating the template functionality of packages. The section on "Packages as Templates" is expanded to include details on the defaults
block for variable substitutions. Existing content on local and remote packages and configuration variables is maintained, ensuring clarity in modular configuration practices without introducing new functionalities.
File | Change Summary |
---|---|
components/packages.rst | Enhanced explanations and examples for package usage, added examples for middle_garage_door and right_garage_door , expanded section on "Packages as Templates" to include defaults block information. |
config.yaml | Added new package inclusions for middle_garage_door and right_garage_door using garage-door.yaml . |
modbus_controller
documentation, aiming to improve clarity and accuracy in configuration documentation.current_based
cover platform, adding new configuration options and clarifications.ld2410
sensor platform.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 | ea34b41a482d599ca5473b82c6ad9f51f8cfbcff |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/674a199992020600088dc18a |
Deploy Preview | https://deploy-preview-4484--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.
Example for multiple garage doors was invalid, updated to use correct logic.
Description:
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#
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.