Skip to content

Fix Apollo Firmware Version sensor showing unknown#65

Merged
bharvey88 merged 1 commit intobetafrom
fix/firmware-version-sensor
Mar 6, 2026
Merged

Fix Apollo Firmware Version sensor showing unknown#65
bharvey88 merged 1 commit intobetafrom
fix/firmware-version-sensor

Conversation

@bharvey88
Copy link
Contributor

Version:

What does this implement/fix?

Fixes Apollo Firmware Version text sensor showing "unknown" in Home Assistant.

  • Removed update_interval: never so the lambda also fires periodically (every 60s) as a fallback

The root cause is that ESPHome's template text sensor with update_interval: never only publishes when explicitly triggered. Removing this allows the lambda to fire periodically as a fallback, ensuring the version is always reported.

Same fix as ApolloAutomation/AIR-1#87

Types of changes

  • Bugfix (fixed change that fixes an issue)
  • New feature (thanks!)
  • Breaking change (repair/feature that breaks existing functionality)
  • Dependency Update - Does not publish
  • Other - Does not publish
  • Website of github readme file update - Does not publish
  • Github workflows - Does not publish

Checklist / Checklijst:

  • The code change has been tested and works locally
  • The code change has not yet been tested

If user-visible functionality or configuration variables are added/modified:

  • Added/updated documentation for the web page

@coderabbitai
Copy link

coderabbitai bot commented Mar 6, 2026

Warning

Rate limit exceeded

@bharvey88 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 29 minutes and 36 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b254eff8-b93a-43ba-b4a1-e634796faed0

📥 Commits

Reviewing files that changed from the base of the PR and between c04f0f2 and 9ef21bc.

📒 Files selected for processing (1)
  • Integrations/ESPHome/Core.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/firmware-version-sensor

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 c459a08 into beta Mar 6, 2026
12 checks passed
@bharvey88 bharvey88 deleted the fix/firmware-version-sensor branch March 6, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants