Skip to content

Releases: spelech/GoogleAssistantEntityConsole

v1.6.0

Choose a tag to compare

@spelech spelech released this 05 Jul 23:49

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.

v1.5.4

Choose a tag to compare

@spelech spelech released this 05 Jul 00:56

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.

v1.5.3

Choose a tag to compare

@spelech spelech released this 05 Jul 00:54

Added a 'Hide Unavailable' toggle inside the Collapsible Advanced Filters Drawer to let users dynamically filter out any offline or disconnected smart devices.

v1.5.2

Choose a tag to compare

@spelech spelech released this 05 Jul 00:10

Seamlessly integrated Home Assistant theme CSS variables as the primary design tokens, allowing the dashboard color scheme to dynamically match user themes.

v1.5.1

Choose a tag to compare

@spelech spelech released this 05 Jul 00:07

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.

v1.5.0

Choose a tag to compare

@spelech spelech released this 04 Jul 23:59

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.

v1.4.4

Choose a tag to compare

@spelech spelech released this 04 Jul 01:31

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.

v1.4.3

Choose a tag to compare

@spelech spelech released this 04 Jul 01:26

Filter out COMPUTED_NAME enum registry singletons from entity aliases in addition to display names, resolving the remaining YAML representation crash.

v1.4.2

Choose a tag to compare

@spelech spelech released this 04 Jul 01:11

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.

v1.4.1

Choose a tag to compare

@spelech spelech released this 04 Jul 01:04

Fix configuration rebuild exception caused by COMPUTED_NAME singleton serialization issues in YAML generation, and update API response signatures to use status_code.