From 619ff468715d625332e916b8d43562b3a75f14df Mon Sep 17 00:00:00 2001 From: tfam Date: Sat, 24 Aug 2024 09:46:33 -0500 Subject: [PATCH] updated manifest --- custom_components/simple_sticky_note/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/simple_sticky_note/manifest.json b/custom_components/simple_sticky_note/manifest.json index a3ca6ed..bd91bb1 100644 --- a/custom_components/simple_sticky_note/manifest.json +++ b/custom_components/simple_sticky_note/manifest.json @@ -3,7 +3,8 @@ "name": "Simple Sticky Note", "codeowners": ["@biofects"], "config_flow": true, - "dependencies": ["frontend", "lovelace"], + "dependencies": ["frontend"], + "after_dependencies": ["frontend"], "documentation": "https://github.com/biofects/simple_sticky_note", "iot_class": "local_push", "issue_tracker": "https://github.com/biofects/simple_sticky_note/issues",