Skip to content

Commit

Permalink
replacements of wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Nov 6, 2024
1 parent ad5ff55 commit bf5e2dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# homeassistant-edupage
# homeassistantedupage
An HomeAssistant integration of the EduPage Schooling System based on the edupage_api library found here https://github.com/EdupageAPI/edupage-api

## Installation without HACS
* Extract files in /custom_components/homeassistant-edupage to your installation.
* Extract files in /custom_components/homeassistantedupage to your installation.
* restart Home Assistant
* Add new integration and search for "Edupage"
* enter Username, Password and Subdomain (w/o ".edupage.org")
Expand All @@ -12,7 +12,7 @@ An HomeAssistant integration of the EduPage Schooling System based on the edupag
## Installation with HACS
* get HACS up and running
* add custom repository (3 dots upper right corner)
* URL: [https://github.com/rine77/homeassistant-edupage](https://github.com/rine77/homeassistant-edupage)
* URL: [https://github.com/rine77/homeassistantedupage](https://github.com/rine77/homeassistantedupage)

![screenshot of sensors](./img/edupage_subjects_grades.jpg)

Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "homeassistant-edupage",
"name": "homeassistantedupage",
"content_in_root": false,
"country": "DE",
"homeassistant": "2023.10.0",
Expand Down

0 comments on commit bf5e2dd

Please sign in to comment.