From 37e3eaac22ca5df0492581323544de8e8ce66eb6 Mon Sep 17 00:00:00 2001 From: J-Lindvig <54498188+J-Lindvig@users.noreply.github.com> Date: Tue, 12 Apr 2022 08:32:26 +0200 Subject: [PATCH] Fixed despend A recent update in Home Assistant changed the loading order of the Sun integration, which caused a error in this integration. --- custom_components/time_date_dk/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/time_date_dk/manifest.json b/custom_components/time_date_dk/manifest.json index ee50974..2737b29 100644 --- a/custom_components/time_date_dk/manifest.json +++ b/custom_components/time_date_dk/manifest.json @@ -2,7 +2,7 @@ "domain": "time_date_dk", "name": "Time Date DK", "documentation": "Date, time and a other attributes in many shape, sizes and formats", - "dependencies": [], + "dependencies": ["sun"], "codeowners": ["J-Lindvig"], "requirements": [], "iot_class": "local_push",