Skip to content

Commit fc2fd71

Browse files
authored
Merge pull request #28 from rine77/8-feature_request-school-timetable
housekeeping and readme
2 parents e626ccb + d6d9bc5 commit fc2fd71

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.2.0",
33
"configurations": [
44
{
55
"name": "Home Assistant",

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ In this phase of development please remove integration after update and reinstal
1818
* look for "edupage" with the nice "E" icon
1919
* use "homeassistantedupage" integration
2020
* enter login, password und (ONLY!) subdomain (no .edupage.com or something)
21-
* you should see now a lot of sensors with the subjects of your school
22-
* grades are attributes if existing
23-
24-
![screenshot of sensors](./img/edupage_subjects_grades.jpg)
25-
26-
![screenshot of sensor with attributes](./img/edupage_subjects_grades_attribues.jpg)
21+
* now you have to choose the student you want to bind sensors and calendar on
22+
* there will be a lot of sensors, each for the subject of your school
23+
* those subjects with grades have grades as attributes
24+
* furthermore there will be a calendar per student with timetable
25+
* fetched data for timetable is 14 days ahead

custom_components/homeassistantedupage/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"iot_class": "cloud_polling",
99
"issue_tracker": "https://github.com/rine77/homeassistantedupage/issues",
1010
"requirements": ["edupage_api==0.11.0"],
11-
"version": "0.1.4"
11+
"version": "0.2.0"
1212
}

0 commit comments

Comments
 (0)