From 5a6364c7373028964f946bd2b90412f7f0d7ecaf Mon Sep 17 00:00:00 2001 From: Tyler Britten <1933680+tybritten@users.noreply.github.com> Date: Sun, 17 Jan 2021 15:22:40 -0500 Subject: [PATCH] fixed domain --- custom_components/ics/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ics/const.py b/custom_components/ics/const.py index 7d53f7b..cf3c5de 100644 --- a/custom_components/ics/const.py +++ b/custom_components/ics/const.py @@ -1,7 +1,7 @@ """Constants for the ical integration.""" VERSION = "0.9" -DOMAIN = "ical" +DOMAIN = "ics" CONF_MAX_EVENTS = "max_events" CONF_DAYS = "days"