File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.0 - 2026-03-03
4+
5+ ### Added
6+
7+ - Add automation edge visualization with colored lines per relation type (trigger, condition, action) and hover-to-highlight
8+ - Add automation tooltip showing which automations reference an entity and vice versa
9+ - Add "Automation entities only" filter to show only entities referenced by automations
10+ - Add "Appear on change" mode where nodes start hidden and wave in with staggered animation as state changes arrive
11+ - Add state change counter per entity, shown in tooltip
12+ - Add Automations settings section with edge toggle and automation-only filter
13+ - Add ` src/ha/automation.ts ` module for fetching automation configs and extracting entity references
14+
15+ ### Changed
16+
17+ - Restructure Mode section with parent-child grouping: Entities, Hulls, Constellation each have indented sub-options
18+ - Move Mode section to top of settings panel
19+ - Move "Entities" toggle and "Unavailable" select from Display to Mode as parent/child
20+ - Disable dependent settings contextually (e.g., automation-only requires loaded data, appear-on-change locks entities on)
21+ - Accept ` connection ` parameter in ` createForceViz ` for automation WebSocket calls
22+ - Split ` rebuildWithStructure ` into ` rebuildGraph ` (filter-only) and ` rebuildWithStructure ` (reloads automation data)
23+ - Pass optional extra HTML to tooltip for force-specific content
24+
325## 0.6.1 - 2026-03-02
426
527### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " ha-hypertree" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.7.0 " ,
44 "description" : " Interactive tree visualizations for a Home Assistant entity hierarchy" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments