Skip to content

Conversation

@pgolawsk
Copy link

@pgolawsk pgolawsk commented Feb 9, 2026

What does this implement/fix?

Adds documentation for WeAct 2.9" and 4.2" 3-color e-paper displays in the epaper_spi component documentation.

Types of changes

  • Documentation add/update

Related issue or feature (if applicable):

Test Environment

N/A - Documentation only

Checklist:

  • Documentation added/updated in esphome-docs.

swoboda1337 and others added 30 commits January 14, 2026 09:19
Co-authored-by: J. Nick Koston <nick@koston.org>
* [hub75] Update scan enum values

* add SCAN_1_8_40PX_HIGH
* Fix Made for ESPHome logo links and add missing PNGs

- Move logo files from content/guides/images/ to static/images/
  for simpler absolute path references
- Generate missing PNG versions of logos (white-on-black,
  black-on-transparent, white-on-transparent)
- Update markdown to use absolute paths (/images/...) instead
  of relative paths that resolved incorrectly
- Fix SEO image path in frontmatter

Fixes esphome#5894

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Skip absolute /images/ paths in internal link validation

Allow links to static image assets like /images/foo.png in markdown
without triggering the internal link checker.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
…me#5918)

Move images from static/images/ to content/images/ (which is
mounted as assets/) so Hugo's resource pipeline can find them.

The img shortcode uses resources.Get which searches in assets/,
not static/. This fixes warnings like:
"Unresolved image 'captive_portal-ui.png' in page..."

Images moved:
- captive_portal-ui.png
- factory-rst-ui.png
- gpio-ui.png
- haier-climate.jpg
- output-ui.png
- safemode-ui.png
- shutdown-ui.png

Also change warnf to errorf in the image partial so CI will
catch missing images by failing the build.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
)

This one entry in the docs has a "name" key for a color, but this appears to be mistaken; every other entry has "id", and "id" appears to be correct.
* Add reference to water heater template documentation

* Remove empty line in water heater index file
…mperature documentation (esphome#5949)

* [water_heater] Fix incorrect Home Assistant integration and target_temperature documentation

* Update content/changelog/2026.1.0.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
Co-authored-by: dcgrove <dcgrove@gmail.com>
Add a skill that teaches Claude Code the proper procedures for creating
pull requests in esphome-docs, including:
- Basing branches on upstream (not fork)
- Using the correct PR template
- Choosing the right base branch (current vs next)
- Filling in all required template sections

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Copy link

@esphome esphome bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is a feature matched with a PR in https://github.com/esphome/esphome, please target your PR to the next branch and rebase.

@esphome esphome bot marked this pull request as draft February 9, 2026 22:05
@esphome
Copy link

esphome bot commented Feb 9, 2026

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@netlify
Copy link

netlify bot commented Feb 9, 2026

Deploy Preview for esphome ready!

Name Link
🔨 Latest commit 7320619
🔍 Latest deploy log https://app.netlify.com/projects/esphome/deploys/698a5a29241d6100088b1dbe
😎 Deploy Preview https://deploy-preview-6052--esphome.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 9, 2026

Walkthrough

This release documentation update for version 2026.1.0b2 introduces new component documentation (SY6970 Battery IC), adds support for additional e-paper display models and boards, updates configuration options with behavior clarifications, and provides enhanced guidance for existing components across sensor filters, climate, display, and binary sensor platforms.

Changes

Cohort / File(s) Summary
Release & Version Updates
content/changelog/2026.1.0.md, data/version.yaml, content/guides/diy.md
Fixed "advertisments" typo to "advertisements", added release notes header, updated version to 2026.1.0b2, and added new blog post entry for Dew Point Sensor.
New SY6970 Sensor Documentation
content/components/sensor/sy6970.md, content/components/_index.md
Comprehensive new documentation for SY6970 Battery Management IC integration, including configuration schema, sensor/binary sensor/text sensor platforms, automation examples, and register mappings. Added SY6970 entry to component index.
Display Components – E-Paper Support
content/components/display/epaper_spi.md, content/components/display/waveshare_epaper.md
Added WeAct 3-color e-paper models (2.9" and 4.2" variants for epaper_spi; 2.13", 2.90", 4.20" for waveshare_epaper) with note on full_update_every behavior for WeAct models.
Display Components – Integrated Boards
content/components/display/mipi_dsi.md, content/components/display/mipi_spi.md
Added M5Stack Tab5 v2 and other boards (JC8012P4A1, S3BOX, WAVESHARE variants) with expanded manufacturer info and hardware revision guidance; updated ILI9342 driver support and corrected board descriptions.
Display Component Configuration
content/components/display/nextion.md, content/components/captive_portal.md, content/components/web_server.md
Added new Nextion options (max_queue_age, startup_override_ms); reordered compression defaults from br/gzip to gzip/br with updated rationale about HTTP vs HTTPS compatibility.
Climate & Binary Sensor Updates
content/components/climate/climate_ir.md, content/components/binary_sensor/status.md
Expanded Arduino-HeatpumpIR platform compatibility to include ESP-IDF on ESP32; added required configuration section. Updated status binary sensor with new update_interval option and generic description.
Debug Sensor Configuration
content/components/debug.md
Added min_free sensor option, reordered fragmentation, and expanded availability notes; updated descriptions to indicate fragmentation may cause allocation failures on ESP8266 (2.5.2+) and ESP32.
Sensor Filter Documentation
content/components/sensor/filter/clamp.md, content/components/sensor/filter/delta.md, content/components/sensor/_index.md
Enhanced clamp filter with inclusive range behavior and explicit NaN/infinity handling; expanded delta filter docs with min_value/max_value configuration, baseline override examples, and percentage-based delta usage. Updated sensor index delta example to range-based structure.
Sensor Component Details
content/components/sensor/bmp581.md, content/components/sensor/xiaomi_ble.md, content/components/sensor/scd4x.md
Clarified BMP581 as I2C-only with updated examples; expanded Xiaomi BLE docs with BTHome v2, bindkey, and encryption guidance for PVVX/ATC firmware; fixed perform_forced_calibration indentation in scd4x config.
Select Component Documentation
content/components/select/_index.md
Reorganized documentation with new "Accessing current option" subsection, added "Triggers" section, introduced comprehensive "Conditions" section with select.is condition examples, and expanded lambda usage guidance.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~30 minutes

Possibly related PRs

Suggested labels

current

Suggested reviewers

  • clydebarrow
  • DjordjeMandic
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and specifically describes the main change: adding documentation for WeAct 3-color e-paper displays to the epaper_spi component documentation.
Description check ✅ Passed The description is directly related to the changeset, clearly explaining what is being documented and referencing the related GitHub issue.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 6

🤖 Fix all issues with AI agents
In `@content/components/climate/climate_ir.md`:
- Line 353: The phrase "third party" in the sentence referencing
Arduino-HeatpumpIR should be hyphenated as a compound modifier; update the text
that reads "No support can be provided for Arduino-HeatpumpIR, because it is a
third party library." to "No support can be provided for Arduino-HeatpumpIR,
because it is a third-party library." so the compound modifier is correct (look
for the sentence containing "Arduino-HeatpumpIR" / "third party library").

In `@content/components/select/_index.md`:
- Around line 63-68: Update the link text that currently reads "lambda calls" to
match the renamed section title "Using Selects in Lambdas": change the anchor
link text in the paragraph that mentions id(select_id).current_option() so it
reads "Using Selects in Lambdas" and keep or adjust the href
(`#select-lambda_calls`) to match the actual heading anchor if that was renamed;
ensure the link target and display text both reflect "Using Selects in Lambdas".

In `@content/components/sensor/filter/delta.md`:
- Around line 67-83: Replace the incorrect top-level YAML key "sensors:" with
the singular "sensor:" so the ESPHome config is valid; locate the sensor blocks
that start with platform: copy (the entries containing source_id:
my_sensor_to_be_filtered, id: baseline, and id: filter_baseline_max) and change
the parent key to sensor: ensuring the rest of the entries (filters, name, ids)
remain unchanged.

In `@content/components/sensor/xiaomi_ble.md`:
- Around line 190-191: In the [!NOTE] block that currently reads 'PVVX firmare
deprecated any other advertisment format other than "BTHome v2" starting with
version 6.0.', correct the typos by changing "firmare" to "firmware" and
"advertisment" to "advertisement" so the sentence reads e.g. 'PVVX firmware
deprecated any other advertisement format other than "BTHome v2" starting with
version 6.0.'; update that exact note text in
content/components/sensor/xiaomi_ble.md.
- Around line 596-599: The text uses the config key name `bind_key` which is
inconsistent with the rest of the docs; update the phrase to use `bindkey`
instead (replace the backticked `bind_key` occurrence with `bindkey`) so the
documentation consistently references the correct config key `bindkey`.
- Around line 521-522: The YAML example uses an unquoted bindkey value; update
the example so the bindkey is a quoted 32-character hex string like the other
examples (i.e., change bindkey: 00112233445566778899aabbccddeeff to bindkey:
"00112233445566778899aabbccddeeff"), leaving mac_address unchanged to maintain
consistency with existing examples.
🧹 Nitpick comments (8)
content/components/binary_sensor/status.md (2)

13-13: Replace legacy {{< img >}} shortcode with Markdown image syntax.

Guidelines require standard Markdown images in *.md.

✅ Proposed change
-{{< img src="status-ui.png" alt="Image" width="80.0%" class="align-center" >}}
+![Image](status-ui.png)

As per coding guidelines "Hugo shortcode {{< img >}} is legacy and should be replaced with standard Markdown image syntax".


24-31: Replace legacy {{< docref >}} shortcodes with Markdown links.

Guidelines require standard Markdown links in *.md.

✅ Proposed change
-- **update_interval** (*Optional*, {{< docref "/guides/configuration-types#time" "Time" >}}): The interval
+- **update_interval** (*Optional*, [Time](/guides/configuration-types#time)): The interval
@@
-- {{< docref "/components/binary_sensor" >}}
-- {{< docref "/components/mqtt" >}}
+- [Binary Sensor](/components/binary_sensor)
+- [MQTT](/components/mqtt)

As per coding guidelines "Hugo shortcode {{< docref >}} is legacy and should be replaced with standard Markdown links".

content/components/sensor/filter/delta.md (1)

8-10: Tighten phrasing to reduce wordiness (optional).

Current wording is a bit heavy; consider a shorter phrasing for readability.

✍️ Suggested wording
-This difference can be calculated in two ways an absolute difference or a percentage difference, and
-with respect to a minimum, `min_value` and maximum value, `max_value`.
+This difference can be absolute or percentage-based, with a minimum (`min_value`) and maximum (`max_value`).
content/components/sensor/xiaomi_ble.md (1)

627-627: Replace legacy Hugo img shortcode with Markdown image syntax.
Project guidelines require standard Markdown links/images instead of {{< img >}}.

♻️ Suggested replacement
-{{< img src="telink_flasher.jpg" alt="Image" caption="Telink flasher application." width="100.0%" class="align-center" >}}
+![Telink flasher application.](telink_flasher.jpg)
As per coding guidelines: “Hugo shortcode `{{< img >}}` is legacy and should be replaced with standard Markdown image syntax”.
content/components/display/mipi_dsi.md (2)

66-66: Legacy Hugo shortcode should be replaced with standard Markdown.

Line 66 uses the legacy {{< img >}} Hugo shortcode. As per coding guidelines, this should be replaced with standard Markdown image syntax.

📝 Proposed replacement with standard Markdown
-{{< img src="tab5-version-label.jpg" alt="Tab5 version label showing model identification" width="50%" class="align-center" >}}
+![Tab5 version label showing model identification](tab5-version-label.jpg)

Note: The width and class attributes would need to be handled through CSS or other means if exact sizing control is required.


56-56: Consider adding comma after year for style guide compliance.

Some style guides recommend placing a comma after the year in month-day-year date format: "October 14, 2025,".

📝 Proposed fix
-Units manufactured before October 14, 2025 use the ILI9881C display driver with separate GT911 touch driver (use `M5STACK-TAB5`).
+Units manufactured before October 14, 2025, use the ILI9881C display driver with separate GT911 touch driver (use `M5STACK-TAB5`).
content/components/sensor/sy6970.md (2)

262-262: Minor grammar nit: hyphenate compound adjective.

Per static analysis hint, "I²C controlled" should be "I²C-controlled" when used as a compound adjective before a noun.

Proposed fix
-The SY6970 is an I²C controlled battery management IC with the following features:
+The SY6970 is an I²C-controlled battery management IC with the following features:

10-10: Datasheet link points to a GitHub-hosted PDF rather than an official source.

The datasheet is linked from the LilyGo repository rather than the manufacturer's site. This is fine as a practical reference, but the link may break if the repository is reorganized. Consider noting this is an unofficial mirror if an official source isn't available.

The `heatpumpir` platform supports dozens of manufacturers and hundreds of AC units by utilising the [Arduino-HeatpumpIR library](https://github.com/ToniA/arduino-heatpumpir).

This platform compiles only under `arduino` framework or LibreTiny, and should only be used if your AC unit is not supported by any of the other (native) platforms from above. No support can be provided for Arduino-HeatpumpIR, because it is a third party library.
This platform works with the `arduino` framework and ESP-IDF (on ESP32), and should only be used if your AC unit is not supported by any of the other (native) platforms from above. No support can be provided for Arduino-HeatpumpIR, because it is a third party library.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Hyphenate compound modifier "third-party".

The phrase "third party" should be hyphenated when used as a compound modifier before a noun.

✏️ Proposed fix
-This platform works with the `arduino` framework and ESP-IDF (on ESP32), and should only be used if your AC unit is not supported by any of the other (native) platforms from above. No support can be provided for Arduino-HeatpumpIR, because it is a third party library.
+This platform works with the `arduino` framework and ESP-IDF (on ESP32), and should only be used if your AC unit is not supported by any of the other (native) platforms from above. No support can be provided for Arduino-HeatpumpIR, because it is a third-party library.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
This platform works with the `arduino` framework and ESP-IDF (on ESP32), and should only be used if your AC unit is not supported by any of the other (native) platforms from above. No support can be provided for Arduino-HeatpumpIR, because it is a third party library.
This platform works with the `arduino` framework and ESP-IDF (on ESP32), and should only be used if your AC unit is not supported by any of the other (native) platforms from above. No support can be provided for Arduino-HeatpumpIR, because it is a third-party library.
🧰 Tools
🪛 LanguageTool

[grammar] ~353-~353: Use a hyphen to join words.
Context: ...rduino-HeatpumpIR, because it is a third party library. This platform utilises t...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
In `@content/components/climate/climate_ir.md` at line 353, The phrase "third
party" in the sentence referencing Arduino-HeatpumpIR should be hyphenated as a
compound modifier; update the text that reads "No support can be provided for
Arduino-HeatpumpIR, because it is a third party library." to "No support can be
provided for Arduino-HeatpumpIR, because it is a third-party library." so the
compound modifier is correct (look for the sentence containing
"Arduino-HeatpumpIR" / "third party library").

Comment on lines +63 to 68
### Accessing the current option

You can access the most recent state of the select in [lambdas](/automations/templates#config-lambda) using
`id(select_id).current_option()`.
For more information on using lambdas with select, see [lambda calls](#select-lambda_calls).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Align the link text with the renamed section title.

The section is now titled “Using Selects in Lambdas,” but the link text still says “lambda calls,” which is slightly confusing.

🔧 Suggested tweak
-For more information on using lambdas with select, see [lambda calls](`#select-lambda_calls`).
+For more information on using lambdas with select, see [Using Selects in Lambdas](`#select-lambda_calls`).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
### Accessing the current option
You can access the most recent state of the select in [lambdas](/automations/templates#config-lambda) using
`id(select_id).current_option()`.
For more information on using lambdas with select, see [lambda calls](#select-lambda_calls).
### Accessing the current option
You can access the most recent state of the select in [lambdas](/automations/templates#config-lambda) using
`id(select_id).current_option()`.
For more information on using lambdas with select, see [Using Selects in Lambdas](`#select-lambda_calls`).
🤖 Prompt for AI Agents
In `@content/components/select/_index.md` around lines 63 - 68, Update the link
text that currently reads "lambda calls" to match the renamed section title
"Using Selects in Lambdas": change the anchor link text in the paragraph that
mentions id(select_id).current_option() so it reads "Using Selects in Lambdas"
and keep or adjust the href (`#select-lambda_calls`) to match the actual heading
anchor if that was renamed; ensure the link target and display text both reflect
"Using Selects in Lambdas".

Comment on lines +67 to +83
sensors:
# This sensor just calculates the baseline.
- platform: copy
source_id: my_sensor_to_be_filtered
id: baseline
filters:
- median:
window_size: 6
send_every: 1
send_first_at: 1

# This sensor will publish the values from your sensor with the max delta filter applied.
- platform: copy
source_id: my_sensor_to_be_filtered
name: "Filter Max With Baseline"
id: filter_baseline_max
filters:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix YAML top-level key: use sensor: not sensors:.

ESPHome configuration uses the singular sensor: key; sensors: will mislead users.

✅ Proposed fix
-# Example configuration entry
-sensors:
+# Example configuration entry
+sensor:
🤖 Prompt for AI Agents
In `@content/components/sensor/filter/delta.md` around lines 67 - 83, Replace the
incorrect top-level YAML key "sensors:" with the singular "sensor:" so the
ESPHome config is valid; locate the sensor blocks that start with platform: copy
(the entries containing source_id: my_sensor_to_be_filtered, id: baseline, and
id: filter_baseline_max) and change the parent key to sensor: ensuring the rest
of the entries (filters, name, ids) remain unchanged.

Comment on lines +190 to +191
> [!NOTE]
> PVVX firmare deprecated any other advertisment format other than "BTHome v2" starting with version 6.0.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix spelling in the PVVX note.
“firmare” → “firmware”, “advertisment” → “advertisement”.

🧰 Tools
🪛 LanguageTool

[grammar] ~191-~191: Ensure spelling is correct
Context: ...ous security reasons. > [!NOTE] > PVVX firmare deprecated any other advertisment forma...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)


[grammar] ~191-~191: Ensure spelling is correct
Context: ...TE] > PVVX firmare deprecated any other advertisment format other than "BTHome v2" starting ...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
In `@content/components/sensor/xiaomi_ble.md` around lines 190 - 191, In the
[!NOTE] block that currently reads 'PVVX firmare deprecated any other
advertisment format other than "BTHome v2" starting with version 6.0.', correct
the typos by changing "firmare" to "firmware" and "advertisment" to
"advertisement" so the sentence reads e.g. 'PVVX firmware deprecated any other
advertisement format other than "BTHome v2" starting with version 6.0.'; update
that exact note text in content/components/sensor/xiaomi_ble.md.

Comment on lines +521 to +522
mac_address: "XX:XX:XX:XX:XX:XX"
bindkey: 00112233445566778899aabbccddeeff
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Quote the bindkey for consistency.
All other examples treat bindkey as a quoted 32‑char string; do the same here.

💡 Suggested fix
-    bindkey: 00112233445566778899aabbccddeeff
+    bindkey: "00112233445566778899aabbccddeeff"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
mac_address: "XX:XX:XX:XX:XX:XX"
bindkey: 00112233445566778899aabbccddeeff
mac_address: "XX:XX:XX:XX:XX:XX"
bindkey: "00112233445566778899aabbccddeeff"
🤖 Prompt for AI Agents
In `@content/components/sensor/xiaomi_ble.md` around lines 521 - 522, The YAML
example uses an unquoted bindkey value; update the example so the bindkey is a
quoted 32-character hex string like the other examples (i.e., change bindkey:
00112233445566778899aabbccddeeff to bindkey:
"00112233445566778899aabbccddeeff"), leaving mac_address unchanged to maintain
consistency with existing examples.

Comment on lines +596 to 599
Follow the instructions on the site using Telink Flasher - best results with a Bluetooth-enabled Android phone. Note that by default there's no encryption set,
thus no need for `bind_key` in this case, you can just add the sensors to your ESPHome config as described above. However, if you do enable the "Encrypted beacon"
checkbox, scroll down to the bottom of the page press the “Get BindKey” button to see the key.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Use bindkey consistently (not bind_key).
The config key is documented everywhere else as bindkey, so this line reads as a typo.

💡 Suggested fix
-  thus no need for `bind_key` in this case, you can just add the sensors to your ESPHome config as described above.
+  thus no need for `bindkey` in this case, you can just add the sensors to your ESPHome config as described above.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Follow the instructions on the site using Telink Flasher - best results with a Bluetooth-enabled Android phone. Note that by default there's no encryption set,
thus no need for `bind_key` in this case, you can just add the sensors to your ESPHome config as described above. However, if you do enable the "Encrypted beacon"
checkbox, scroll down to the bottom of the page press the Get BindKey button to see the key.
Follow the instructions on the site using Telink Flasher - best results with a Bluetooth-enabled Android phone. Note that by default there's no encryption set,
thus no need for `bindkey` in this case, you can just add the sensors to your ESPHome config as described above. However, if you do enable the "Encrypted beacon"
checkbox, scroll down to the bottom of the page press the "Get BindKey" button to see the key.
🤖 Prompt for AI Agents
In `@content/components/sensor/xiaomi_ble.md` around lines 596 - 599, The text
uses the config key name `bind_key` which is inconsistent with the rest of the
docs; update the phrase to use `bindkey` instead (replace the backticked
`bind_key` occurrence with `bindkey`) so the documentation consistently
references the correct config key `bindkey`.

@pgolawsk
Copy link
Author

pgolawsk commented Feb 9, 2026

Re-creating PR against 'next' branch instead of 'current'

@pgolawsk pgolawsk closed this Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.