Skip to content

[wifi_info] Add entity_category diagnostic to IP address sensor#56

Merged
TrevorSchirmer merged 1 commit intobetafrom
wifi-ip-diagnostic-category
Feb 27, 2026
Merged

[wifi_info] Add entity_category diagnostic to IP address sensor#56
TrevorSchirmer merged 1 commit intobetafrom
wifi-ip-diagnostic-category

Conversation

@bharvey88
Copy link
Copy Markdown
Contributor

What does this implement/fix?

Adds entity_category: "diagnostic" to the wifi_info IP address text sensor in Core.yaml.

This was missing from the original implementation — without it the IP address sensor appears in the main entity list rather than being grouped under Diagnostics in Home Assistant.

Types of changes

  • Bugfix (fixed change that fixes an issue)

Checklist:

  • The code change has been tested and works locally

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 27, 2026

Warning

Rate limit exceeded

@bharvey88 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 18 minutes and 37 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 013c30f and 388be41.

📒 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 wifi-ip-diagnostic-category

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.

@github-actions github-actions bot added the bugfix Bug fix label Feb 27, 2026
@TrevorSchirmer TrevorSchirmer merged commit 6774b57 into beta Feb 27, 2026
21 checks passed
@TrevorSchirmer TrevorSchirmer deleted the wifi-ip-diagnostic-category branch February 27, 2026 18:42
bharvey88 added a commit that referenced this pull request Mar 1, 2026
Implements the same pattern as MSR-2 PR #56 to allow users to adjust
the LTR390 light sensor polling frequency without reflashing. Uses an
interval component workaround since ESPHome update_interval is not
templatable on sensor platforms.

- Add ltr390_last_update global to track last sensor update time
- Add LTR390 Update Interval number input (1-300s, default 60s, CONFIG)
- Set LTR390 update_interval to never (disables automatic polling)
- Add 1s interval component that triggers sensor update when configured
  interval has elapsed
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