JonasJoKuJonas / homeassistant-WebUntis

Custom component to access data from Web Untis in Home Assistant
https://community.home-assistant.io/t/webuntis-timetable-in-ha/568273
MIT License
52 stars 12 forks source link

Get a notification when a lesson is cancelled #63

Closed Niklas2290 closed 1 year ago

Niklas2290 commented 1 year ago

I think the title describes the function quite well. It would be really helpful if you get a notification when a lesson is cancelled, so that you don't always have to check whether the schedule has been updated.

Niklas2290 commented 1 year ago

können wir hier noch eine Option einfügen, wenn man im Config_flow Notification aktiviert, dann dass man hier an ein bestimmtes Gerät eine Information bekommt, dass die Stunde ausfällt.

        for filter_description in self.filter_description:
            if (
                filter_description in lesson.lstext  # Vertretungstext
                or filter_description in lesson.substText  # Informationen zur Stunde
            ):
                return False