Open gabest11 opened 3 weeks ago
Name | Link |
---|---|
Latest commit | d547284f885f21d7160d9d1f866f4f57cd63ada6 |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/6731c1513c02070008083376 |
Deploy Preview | https://deploy-preview-4425--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.
Name | Link |
---|---|
Latest commit | 077550fe8dfde89d68dfb962efc08e2a002d61ee |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/6731c1f39ca60e00077a29a8 |
Deploy Preview | https://deploy-preview-4425--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 introduce new documentation in store_yaml.rst
for the Store YAML component, which facilitates the storage of a flattened YAML configuration file within firmware. This documentation details the component's operation, including a compression method for CORE.config
, configuration options for visibility and security, and a logging action. It also includes an example configuration and a warning regarding potential issues with large configurations.
File | Change Summary |
---|---|
components/store_yaml.rst | Added documentation for the Store YAML component, detailing its functionality, configuration options, and logging actions. |
sequenceDiagram
participant User
participant Firmware
participant Logger
User->>Firmware: Request to store YAML configuration
Firmware->>Firmware: Compress CORE.config
Firmware->>Firmware: Store as ESPHOME_YAML
Firmware->>Logger: Log YAML data
Logger-->>Firmware: Confirm logging
Firmware-->>User: Acknowledge storage
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 | 6ce05403c75b9211f2cdf2068a6cea26f4558e21 |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/6731c287d5c12c000881af5a |
Deploy Preview | https://deploy-preview-4425--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.
Name | Link |
---|---|
Latest commit | d5a3e50cd9baba01a6796f512b70c1b767628a8d |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/6733cdd6d1fb6a0008a29fc6 |
Deploy Preview | https://deploy-preview-4425--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.
Description:
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#7725
Checklist:
[x] I am merging into
next
because this is new documentation that has a matching pull-request in esphome as linked above.or
[ ] 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.