Skip to content

chore: sync dev with main#899

Merged
bharvey88 merged 1 commit into
mainfrom
dev
Jun 1, 2026
Merged

chore: sync dev with main#899
bharvey88 merged 1 commit into
mainfrom
dev

Conversation

@bharvey88

Copy link
Copy Markdown
Contributor

What does this implement/fix?

Routine sync of dev into main so the live wiki picks up #898 (two new ESPHome Starter Kit automation tutorials: Temp-Reactive LEDs and Press to Check Climate) plus anything else that has accumulated on dev.

Types of changes

  • Typo / wording fix
  • Content update (correcting outdated info, adding missing steps, clarifications)
  • New page or new product section
  • Page move / rename (redirect added in mkdocs.yml)
  • Image / screenshot update
  • Nav / structure change
  • Site config or theme change
  • CI / workflows / dependencies — Does not publish

Checklist:

  • This PR targets the dev branch (not main)
  • Changes previewed locally with mkdocs serve
  • If pages were moved or renamed, redirects were added to mkdocs.yml
  • If new pages were added, nav was updated in mkdocs.yml

…automations (#898)

Add two new ESPHome Starter Kit automation tutorials under the Automations
sidebar group.

- Temp-Reactive LEDs: continuous sensor-reactive automation that drives
  the LED & Buzzer module's RGB LEDs to a color band (blue / green / red)
  based on the current temperature. Uses three Sensor → On Value Range
  GUI triggers; thresholds 18°C / 24°C with °F equivalents in the band
  table for reference. GUI-only, no lambdas.

- Press to Check Climate: button-press readout sequence on the Onboard
  RGB LED. Two versions live side by side in content tabs:
    - Beginner: hardcoded thresholds, Sensor → In Range If chain,
      brightness 100%, six-band temp+humidity sequence with delays.
    - Advanced: four user-editable Template Number entities + Template
      Select for °C/°F, lambda conditions using ESPHome's
      fahrenheit_to_celsius / celsius_to_fahrenheit helpers from
      esphome/core/helpers.h. Includes optional auto-convert handler
      on unit change via globals + number.set.

Both pages link forward to Connect to Home Assistant in their Next Steps
buttons. mkdocs.yml nav updated to include the two new entries at the
bottom of the Automations group.
@coderabbitai

coderabbitai Bot commented Jun 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • beta

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a24b17a8-b6e8-49bd-a6b5-56fac0c08c09

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

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.

@bharvey88 bharvey88 merged commit 961519a into main Jun 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant