Skip to content

✨ New Feature & 🐛 Bug Fix

Choose a tag to compare

@cataseven cataseven released this 22 May 08:52
31eaf8c

✨ What's new

Zone status text color

You can now set the text color of zone status badges (such as Detected, Clear, Opened, Closed) independently from the badge background — perfect for getting the contrast just right with your theme.

Find it in the editor under All Zones Mode SettingsON Text Color and OFF Text Color.

If you prefer YAML:

view_all_zones:
  text_color_on: '#ffffff'
  text_color_off: '#000000'

🛠️ Fixes

Editor works again on Home Assistant 2026.1

Dropdown menus in the visual editor (Zone View Mode, 3D Style, Action Buttons, Placement, etc.) were not selectable on the latest Home Assistant release. They're now fully working.

"Custom Labels for Status" section no longer appears empty

The section that lets you rename alarm states (Disarmed, Armed Away, Triggered…) was rendering as a blank panel on Home Assistant 2026.1. All eleven label fields are visible and editable again.

Editor fields blend in with your theme

Input fields no longer show a hard-coded gray background. They now follow your active theme and blend naturally into each section of the editor.


💡 No configuration changes are required to upgrade. Existing YAML setups will keep working unchanged.