Added ics_calender custom component.

This commit is contained in:
2023-12-14 22:15:21 +01:00
parent ee90402c8b
commit f36ea1b591
22 changed files with 1271 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
"""Constants for ics_calendar platform."""
VERSION = "4.1.0"
DOMAIN = "ics_calendar"
UPGRADE_URL = (
"https://github.com/franc6/ics_calendar/blob/releases/"
"UpgradeTo4.0AndLater.md"
)