You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organize the generated configuration YAML by Floor, Room/Area, and Domain, inserting visual comment dividers (e.g. # Floor: Upstairs, # --- Room: Kitchen ---) so that manually browsing the file is clean and easy.
Updated the project README documentation to explain how to set up the console using the modern Devices & Services UI Integrations Config Flow instead of manual YAML configuration blocks.
Added a 'Hide Unavailable' toggle inside the Collapsible Advanced Filters Drawer to let users dynamically filter out any offline or disconnected smart devices.
Seamlessly integrated Home Assistant theme CSS variables as the primary design tokens, allowing the dashboard color scheme to dynamically match user themes.
Replaced the busy, AI-looking branding logo and icon with a clean, flat-design vector logo that combines a modern home outline with the classic Google Assistant colors. The new logo is now served in the console header directly as requested.
Flatten nested list groupings by removing inner Domain headers in Floor view and combining Floor/Room in Domain view. Also adjusted cell padding for a much cleaner, more compact list display.
Add support for identifying and showing unavailable/offline entities in the UI. If a device goes offline or becomes unavailable in Home Assistant, it will show a red warning badge in the console and lower row opacity.
Update all remaining internal error handling responses to use status_code parameters (fixing nested parentheses omission in 1.4.1), resolving JSON.parse errors during server exceptions.
Fix configuration rebuild exception caused by COMPUTED_NAME singleton serialization issues in YAML generation, and update API response signatures to use status_code.