v3.0.1 - FIXED: Configuration UI Now Works! π
TimeTable v3.0.1 - Configuration UI Fixed! β
π§ Critical Bug Fix
v3.0.0 had a bug that prevented the configuration UI from working. This is now fixed in v3.0.1!
π What Was Broken in v3.0.0
The configuration menu wasn't routing correctly:
- Menu selections weren't being handled properly
- Home Assistant couldn't find the right step methods
- Users only saw 3 helpers, no configuration UI
β What's Fixed in v3.0.1
- Menu routing fixed - Selections now properly route to their step methods
- Config flow simplified - Works correctly with Home Assistant's API
- All features work - Visual forms, time pickers, color pickers, etc.
π Installation Instructions
For New Users:
-
Install via HACS:
- HACS β Integrations β Search "TimeTable" β Install v3.0.1
-
Restart Home Assistant
-
Add Integration:
- Settings β Devices & Services β + Add Integration β "TimeTable"
-
Configure:
- Settings β Integrations β TimeTable β Configure
- You'll see the menu with 3 options β
For v3.0.0 Users (Upgrading):
-
Remove old integration:
Settings β Devices & Services β TimeTable β Delete -
Clear Python cache:
rm -rf /config/custom_components/timetable/__pycache__/
-
Update via HACS:
- HACS β Integrations β TimeTable β Update to v3.0.1
-
Restart Home Assistant
-
Add integration fresh:
- Settings β Devices & Services β + Add Integration β "TimeTable"
-
Test configuration UI:
- Settings β Integrations β TimeTable β Configure
- Menu should now appear! β
π What You Should See
Initial Setup:
Set up TimeTable
Name: [My Timetable]
β Include weekends
[Submit]
Configuration Menu (After Setup):
Settings β Integrations β TimeTable β Configure
ββββββββββββββββββββββββββββ
β Lessons β
β Vacations β
β Settings β
ββββββββββββββββββββββββββββ
Adding a Lesson:
Lessons β Monday β Add Lesson
Subject: [Mathematics βΌ]
Start Time: [08:00 π]
End Time: [08:45 π]
Room: [101]
Teacher: [Mr. Smith]
Color: [π¨]
Icon: [π]
[Submit]
π― Features (All Working Now!)
β
Visual lesson management with forms
β
Time pickers for start/end times
β
Color picker for lesson colors
β
Icon picker for lesson icons
β
Vacation management with date pickers
β
Settings panel
β
Mobile-friendly interface
β
Form validation
β
Automatic lesson sorting
π¦ Download
Download timetable-3.0.1.zip from this release for manual installation.
π¬ Support
Need Help?
Found this helpful?
- β Star the repository
- β Buy me a coffee
Minimum Home Assistant Version: 2024.1.0
Integration Type: Helper
HACS Compatible: Yes
The configuration UI now works perfectly! π