Skip to content

v3.0.2 - Integration Now Shows in UI ✅

Choose a tag to compare

@alles-automatisch alles-automatisch released this 29 Jan 10:49

TimeTable v3.0.2 - Integration Display Fixed!

🔧 Critical Fix: Integration Now Visible

Problem in v3.0.1: Integration wasn't showing up in the Integrations tab because integration_type: helper caused display issues.

Fixed in v3.0.2: Changed to integration_type: service so the integration card displays properly.


🚀 Installation (Complete Clean Install)

Step 1: Remove Everything

# Remove old integration
rm -rf /config/custom_components/timetable/

# Remove cache
rm -rf /config/.storage/*timetable*

Step 2: Restart Home Assistant

Settings → System → Restart

Step 3: Install v3.0.2

Via HACS:

HACS → Integrations → TimeTable → Install v3.0.2

Or download timetable-3.0.2.zip manually.

Step 4: Restart Again

Settings → System → Restart

Step 5: Add Integration

Settings → Devices & Services → + Add Integration → Search "TimeTable"

Fill out form and submit.


✅ What You Should See Now

After Adding Integration:

Go to:

Settings → Devices & Services → INTEGRATIONS tab

You should see a card:

┌────────────────────────────┐
│ TimeTable                  │
│ Service                    │
│                            │
│ [Configure]  [⋮]          │
└────────────────────────────┘

Click Configure:

┌────────────────────────────┐
│ Lessons                    │
│ Vacations                  │
│ Settings                   │
└────────────────────────────┘

Add a Lesson:

Lessons → Monday → Add Lesson

[Visual form with time pickers, color picker, etc.]

📋 Changes

  • Changed integration_type from helper to service
  • Version bumped to 3.0.2
  • No other code changes

🎯 This WILL Work

This version has been tested to:
✅ Show up in Integrations tab
✅ Display Configure button
✅ Allow configuration via UI
✅ Create 3 entities properly


Download and install v3.0.2 now!