Skip to content

v1.3.4-beta.5

Pre-release
Pre-release

Choose a tag to compare

@TheRealSimon42 TheRealSimon42 released this 12 Apr 16:23
4501191

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()