Bring your school assignments directly into Home Assistant. This integration creates a master calendar for your account and individual calendars for every active course you are enrolled in.
- Master Calendar: A single view of all upcoming assignments.
- Per-Course Calendars: Separate entities for each class (e.g.,
calendar.name_math_101). - Assignment Details: Descriptions include the course name and points possible.
- Easy Links: Clicking an event in the HA Calendar will provide the URL directly to the Canvas assignment.
- Ensure HACS is installed.
- Click the badge above or navigate to HACS > Integrations > 3-dot menu > Custom Repositories.
- Add
https://github.com/Fiveol/ha-canvaswith categoryIntegration. - Search for "Canvas Student" and install.
- Restart Home Assistant.
- Download the
canvas_studentfolder fromcustom_components. - Paste it into your Home Assistant
/config/custom_components/directory. - Restart Home Assistant.
- Go to Settings > Devices & Services > Add Integration.
- Search for Canvas Student.
- Base URL: Enter your school's Canvas URL (e.g.,
https://canvas.instructure.comorhttps://university.instructure.com). - Access Token:
- Log into Canvas.
- Go to Account > Settings.
- Scroll down to Approved Integrations and click + New Access Token.
- Copy and paste that token into Home Assistant.
- Rolling Window: This integration uses the "Upcoming Events" endpoint. It displays assignments due in the near future (typically the next few weeks). It is not intended for historical tracking or the entire semester at once.
- Sync Interval: Data refreshes every 15 minutes to keep your dashboard updated without stressing the Canvas API.
Disclaimer: This integration is not affiliated with or endorsed by Instructure/Canvas LMS.