Bug Fixes & Dashboard Helper
π Critical Fixes
- Fixed Broken Icons - All header buttons now show icons correctly
- Fixed Vacations Tab - Tab switching works properly now
- Improved Typography - Professional Inter font family
β¨ New Feature
Dashboard Card Helper
Click the dashboard icon (π) in the header to:
- Get ready-to-use YAML code
- Copy with one click
- Follow step-by-step instructions
- See feature preview
Example YAML:
```yaml
type: custom:timetable-card
entity: sensor.timetable_current
title: TimeTable
view: today
show_weekends: false
show_room: true
show_teacher: true
show_colors: true
```
π¨ What's Better
Before v4.0.1:
- β Icons broken/missing
- β Vacations tab didn't work
- β Basic typography
- β Manual YAML writing
After v4.0.1:
- β All icons working beautifully
- β All tabs functional
- β Professional appearance
- β One-click dashboard setup
π Upgrade Notes
Fully backward compatible - No breaking changes
Via HACS:
- Update TimeTable integration
- Restart Home Assistant
- Hard refresh browser (Ctrl+F5)
π― Impact
This release resolves all critical issues from v4.0.0. Recommended upgrade for all users.
See RELEASE_NOTES_v4.0.1.md for complete details.