v1.3.5
English
- chore: bump version 1.3.4 -> 1.3.5, update license in package.json
- fix: panel-energy height 100% -> auto to prevent vertical over-expansion at low res
- fix: security cameras auto-fill grid + max-height 200px; rooms page min-height 180->220px
- fix: hide scene-grid scrollbar on hover (overflow:auto -> hidden for .panel-scenes .scene-grid)
- fix: scenes use state (not attribute) for last_activated; add missing devices class for grid display
- fix: scenes page cards match automation layout (device-top/device-copy/control-row)
- feat: show last-changed time on all device cards (automations/scenes use domain-specific attr, others use last_changed)
- fix: remove sparkle icon from scenes, show last_activated time
- fix: automation page cards wider (220px min) via .automations-grid class
- refactor: use Intl.RelativeTimeFormat for i18n instead of hardcoded strings
- fix: automation page - relative time for last_triggered, overflow protection for .muted
- chore: switch LICENSE to Apache 2.0 for HACS compliance
- chore: switch LICENSE to PolyForm Noncommercial 1.0.0 (non-commercial use, commercial requires permission)
- feat: 7-domain auto-grouping, multi-floor auto-detect, HA-aligned responsive cards, landscape compact mode
中文
- 杂务: 版本号从1.3.4升级到1.3.5,更新package.json中的许可证
- 修复: panel-energy高度从100%改为auto,以防止低分辨率下垂直过度扩展
- 修复: 安全摄像头自动填充网格并设置最大高度200px;房间页面最小高度从180px改为220px
- 修复: 悬停时隐藏场景网格滚动条(将.panel-scenes .scene-grid的overflow:auto改为hidden)
- 修复: 场景使用state(而非attribute)获取last_activated;添加缺失的devices类以支持网格显示
- 修复: 场景页面卡片匹配自动化布局(device-top/device-copy/control-row)
- 特性: 在所有设备卡片上显示最后更改时间(自动化/场景使用特定域属性,其他使用last_changed)
- 修复: 从场景中移除闪烁图标,显示last_activated时间
- 修复: 通过.automations-grid类使自动化页面卡片更宽(最小220px)
- 重构: 使用Intl.RelativeTimeFormat实现国际化,替代硬编码字符串
- 修复: 自动化页面 - 为last_triggered使用相对时间,为.muted添加溢出保护
- 杂务: 将许可证切换为Apache 2.0以符合HACS要求
- 杂务: 将许可证切换为PolyForm Noncommercial 1.0.0(非商业用途,商业使用需许可)
- 特性: 7域自动分组、多楼层自动检测、与Home Assistant对齐的响应式卡片、横屏紧凑模式