Expose wireless band, channel, and channel width on client device trackers - #174
Open
cmadds wants to merge 1 commit into
Open
Expose wireless band, channel, and channel width on client device trackers#174cmadds wants to merge 1 commit into
cmadds wants to merge 1 commit into
Conversation
…ckers Adds band (e.g. '2.4 GHz' / '5 GHz'), channel, and channel_width attributes to connected wireless client device_tracker entities, sourced from data the API already returns. Useful for seeing how clients are distributed across bands.
mikesten
added a commit
to mikesten/home-assistant-eero
that referenced
this pull request
Aug 12, 2026
…h on client trackers Adopted from cmadds via schmittx#174 (unmerged upstream). Adds band/channel/channel_width attributes to wireless client device trackers - the per-client radio detail this integration was installed to surface. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
band,channel, andchannel_widthattributes to connected wireless clientdevice_trackerentities, sourced from data the API already returns (interface.frequency,channel,connectivity.rx_rate_info.channel_width).Example attributes on a wireless client:
Why
Makes it easy to see how clients are distributed across bands (2.4 / 5 / 6 GHz) and channels — handy for spotting devices parked on a band with poor signal, or auditing 2.4 vs 5 GHz usage across a mesh.
Notes
connected_to/connection_typeattributes.