Skip to content

v.1.1.1

Compare
Choose a tag to compare
@gmalbert gmalbert released this 01 Jan 19:41
· 15 commits to main since this release
ee84564
  • Added a school_cycle_days.json local file to capture the calendar days, non-school days, and holidays which were being deleted by HA on restarts.
  • Set the calendar drop-down to automatically load upon startup
  • globalized file path and calendar variables due to frequent use throughout multiple functions
  • Fixed the issue with the non_school_days dropdown not being populated after a restart.

TO DO:

  • Consider adding a drop-down for the current calendar so that it doesn't need to be updated in the apps.yaml file.
    • Requires an additional input_select so the app is not confused between the two calendar drop-downs
  • When re-running the calendar entries, check to see if the cycle day already has an entry, and update the entry if so.
    • Easier said than done. HA does not have a way to update entries in calendars.