Add issue filtering to maintenance dashboard#51837
Draft
Brookke wants to merge 1 commit intohome-assistant:devfrom
Draft
Add issue filtering to maintenance dashboard#51837Brookke wants to merge 1 commit intohome-assistant:devfrom
Brookke wants to merge 1 commit intohome-assistant:devfrom
Conversation
Brookke
commented
May 3, 2026
Comment on lines
+35
to
+37
| :host([no-leading-icon]) { | ||
| --_with-leading-icon-leading-space: var(--_leading-space); | ||
| } |
Contributor
Author
Brookke
commented
May 3, 2026
Comment on lines
+285
to
+301
| .badge { | ||
| position: absolute; | ||
| top: -4px; | ||
| right: -4px; | ||
| inset-inline-end: -4px; | ||
| inset-inline-start: initial; | ||
| min-width: 16px; | ||
| box-sizing: border-box; | ||
| border-radius: var(--ha-border-radius-circle); | ||
| font-size: var(--ha-font-size-xs); | ||
| font-weight: var(--ha-font-weight-normal); | ||
| background-color: var(--primary-color); | ||
| line-height: var(--ha-line-height-normal); | ||
| text-align: center; | ||
| padding: 0px 2px; | ||
| color: var(--text-primary-color); | ||
| } |
Contributor
Author
There was a problem hiding this comment.
copied from src/layouts/hass-tabs-subpage-data-table.ts
Brookke
commented
May 3, 2026
| "devices": "Devices", | ||
| "other_devices": "Other devices" | ||
| "other_devices": "Other devices", | ||
| "issues_only": "Issues" |
Contributor
Author
There was a problem hiding this comment.
I, in a previous PR, swapped the maintenance summary card to say:
X low batteries, X unavailable devices
Here I have used issues. I could add two separate filter buttons one for low batteries one for unavailable devices. But longer term I wonder if just a single issues button is better.
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.

Breaking change
Proposed change
Introduces a way of filtering the entities down to ones that have problems. When the maintenance screen is accessed from the summary card the filter is applied by default
Screenshots
Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed:
To help with the load of incoming pull requests: