🔧 Improvements & Bug Fix
Hidden Entities Are Now Automatically Excluded
Summary Card now respects Home Assistant's Visible toggle. Entities you've marked as hidden in the entity settings will no longer appear in auto-populated domain cards — no manual exclude list needed.
Before: Hidden entities were still counted in calculation of scenarips and shown in detail popups, even though Home Assistant's own documentation states:
Hidden entities will not be included in auto-populated dashboards or when their area, device or label is referenced.
After: If an entity's Visible toggle is off, Summary Card automatically skips it. This affects:
- Counts — hidden entities no longer inflate
on_count,off_count,total_count, or any other counter. - Detail popups — hidden entities no longer appear in the entity list when you tap a card.
- Conditional styles — style rules evaluate only against visible entities.
How It Works
No configuration changes are required. If you previously added hidden entities to an exclude list as a workaround, you can safely remove them.
Explicit references are still honored. If you deliberately add a hidden entity to an include list or reference it directly via the entity option, it will still be used — the automatic filtering only applies to domain-level auto-discovery.
Bug Fixes
Fixed: Popup Slider Layout on Mobile
Slider rows in detail popups no longer wrap to a second line on narrow screens. This fix applies to all domains that use sliders: cover (position, tilt), light (brightness, color temp), fan (speed), media player (volume), humidifier, and climate. The cover and vacuum control buttons (open / stop / close) also now stay in a single row instead of splitting into a 2+1 grid.