Open jzucker2 opened 2 weeks ago
Name | Link |
---|---|
Latest commit | 59122bf0204c9bc976a7052f3c484074486b0674 |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/673968a3158b020008226c14 |
Deploy Preview | https://deploy-preview-4445--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 | a14335e391a593b82d6cdbfa516ee211d676908e |
Latest deploy log | https://app.netlify.com/sites/esphome/deploys/6743aaed36c34600087ddb12 |
Deploy Preview | https://deploy-preview-4445--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 involve the addition of new template sensors in two documentation files: components/sensor/template.rst
and components/text_sensor/template.rst
. The first file introduces two Bluetooth proxy sensors for tracking connections, while the second file expands the text sensor documentation with three new sensors related to the ESPHome project, providing configuration examples and relevant attributes for each sensor.
File | Change Summary |
---|---|
components/sensor/template.rst | Added two new template sensors: "Bluetooth Proxy Connections Limit" and "Bluetooth Proxy Connections Free" with their configurations. |
components/text_sensor/template.rst | Expanded documentation to include three new template text sensors: "ESPHome Project Version," "ESPHome Project Version Detailed," and "ESPHome Project Name," along with their configurations. |
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?
Description:
Closing prs for dedicated sensors for this in favor of documentation (closed PR here https://github.com/esphome/esphome/pull/7707 )
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.