v1.3.4-beta.5
Pre-release
Pre-release
Changes
New Features
- Configurable room badges — per-area badge configuration via editor UI: show/hide auto-detected badges, add custom sensor entities as badges, per-badge show_name toggle with smart defaults (#111)
Fixes
- Battery entity filtering — stricter filter using
device_class: battery+unit: %, eliminates false positives from Battery Notes helpers and non-battery sensors (#48, thanks @JensLorenz) - Code quality — removed unused imports, replaced non-null assertion with optional chaining, deduplicated show_name logic into shared
resolveShowName()