Component to integrate with an OzE ENT using aioZe.
This component will set up the following platforms.
Platform | Description |
---|---|
sensor |
Shows remaining homework, unread emails, unread notifications, unread information notices, mean grade and time of end of classes for the current day. |
binary_sensor |
Set to 'on ' on days with classes. |
calendar |
One calendar for classes and another for punishment periods. |
- Install HACS
- Got to the HACS UI in HA, then "Integrations", use the 3 vertical dots menu and choose "Custom repositories"
- Paste the URL to this repository and choose the "Integration" category".
- Back on the "Integrations" page, click "explore and search" then add this integration.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledoze_ent
. - Download all the files from the
custom_components/oze_ent/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Integration blueprint"
If you want to contribute to this please read the Contribution guidelines