Added ics_calender custom component.
This commit is contained in:
7
custom_components/ics_calendar/const.py
Normal file
7
custom_components/ics_calendar/const.py
Normal 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"
|
||||
)
|
Reference in New Issue
Block a user