From d6d9bc54fc76e0345f157eeab0484fb1854bf9f2 Mon Sep 17 00:00:00 2001
From: Rene Lange <rine@rine.de>
Date: Sun, 24 Nov 2024 21:07:36 +0100
Subject: [PATCH] housekeeping and readme

---
 .vscode/launch.json                                  |  2 +-
 README.md                                            | 11 +++++------
 custom_components/homeassistantedupage/manifest.json |  2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/.vscode/launch.json b/.vscode/launch.json
index b89fdab..2dc3968 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -1,5 +1,5 @@
 {
-  "version": "0.1.0",
+  "version": "0.2.0",
   "configurations": [
     {
       "name": "Home Assistant",
diff --git a/README.md b/README.md
index ab4cea7..72eeb9f 100644
--- a/README.md
+++ b/README.md
@@ -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
\ No newline at end of file
diff --git a/custom_components/homeassistantedupage/manifest.json b/custom_components/homeassistantedupage/manifest.json
index df91a3e..ddf32f1 100644
--- a/custom_components/homeassistantedupage/manifest.json
+++ b/custom_components/homeassistantedupage/manifest.json
@@ -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"
 }
\ No newline at end of file