homeassistant-config/custom_components/ics_calendar/const.py

8 lines
193 B
Python
Raw Normal View History

2023-12-14 22:15:21 +01:00
"""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"
)