Skip to content

lesensei/oze_ent

Repository files navigation

oze_ent

GitHub Release GitHub Activity License

hacs

Community Forum

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.

example

Installation with HACS

  1. Install HACS
  2. Got to the HACS UI in HA, then "Integrations", use the 3 vertical dots menu and choose "Custom repositories"
  3. Paste the URL to this repository and choose the "Integration" category".
  4. Back on the "Integrations" page, click "explore and search" then add this integration.

Installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called oze_ent.
  4. Download all the files from the custom_components/oze_ent/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Integration blueprint"

Configuration is done in the UI

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines