Skip to content

Commit

Permalink
housekeeping and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Nov 24, 2024
1 parent b0ba412 commit d6d9bc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
"configurations": [
{
"name": "Home Assistant",
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ In this phase of development please remove integration after update and reinstal
* look for "edupage" with the nice "E" icon
* use "homeassistantedupage" integration
* enter login, password und (ONLY!) subdomain (no .edupage.com or something)
* you should see now a lot of sensors with the subjects of your school
* grades are attributes if existing

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

![screenshot of sensor with attributes](./img/edupage_subjects_grades_attribues.jpg)
* now you have to choose the student you want to bind sensors and calendar on
* there will be a lot of sensors, each for the subject of your school
* those subjects with grades have grades as attributes
* furthermore there will be a calendar per student with timetable
* fetched data for timetable is 14 days ahead
2 changes: 1 addition & 1 deletion custom_components/homeassistantedupage/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/rine77/homeassistantedupage/issues",
"requirements": ["edupage_api==0.11.0"],
"version": "0.1.4"
"version": "0.2.0"
}

0 comments on commit d6d9bc5

Please sign in to comment.