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",