diff --git a/README.md b/README.md index b37aad7..3366f7a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ And it will create a calendar-entry that can be used in the calendar cards etc. ## Installation -Copy all files from the "custom_components/ical" directory to your home-assistant config directory under custom_components/ical. +Install with HACS ### Setup diff --git a/custom_components/ical/manifest.json b/custom_components/ical/manifest.json index fa6d5f3..14cf2e1 100644 --- a/custom_components/ical/manifest.json +++ b/custom_components/ical/manifest.json @@ -15,6 +15,6 @@ "icalendar==5.0.7" ], "ssdp": [], - "version": "1.6.7", + "version": "1.7.0", "zeroconf": [] } diff --git a/hacs.json b/hacs.json index 2150249..358b9b0 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,4 @@ { "name": "iCal Sensor", - "homeassistant":"2022.5.0" + "homeassistant":"2024.1.1" } diff --git a/ical_updater.json b/ical_updater.json index 49cf636..c5b52f4 100644 --- a/ical_updater.json +++ b/ical_updater.json @@ -1,7 +1,7 @@ { "sensor.ical": { - "updated_at": "2023-08-28", - "version": "1.6.7", + "updated_at": "2024-09-23", + "version": "1.7.0", "local_location": "/custom_components/ics/__init__.py", "remote_location": "https://raw.githubusercontent.com/tybritten/ical-sensor-homeassistant/master/__init__.py", "visit_repo": "https://github.com/tybritten/ical-sensor-homeassistant/",