fix: Update components and styles to work with >= HA 2026.2 (#2333)

Caution: Requires HA >= `2026.2`

- Closes #2329
- Closes #2332
This commit is contained in:
Dermot Duffy
2026-02-07 20:32:05 -08:00
committed by GitHub
parent 6eb0a87ca8
commit 49073fee48
17 changed files with 827 additions and 62 deletions
+2
View File
@@ -28,6 +28,8 @@
.values {
background: var(--secondary-background-color);
display: grid;
grid-template-columns: minmax(0, 1fr);
}
// Space submenus from the next top-level options.
.values + .option,