From a469ef27595ba81a23deec8621e9bbc65e21ac50 Mon Sep 17 00:00:00 2001 From: Jezza34000 <57314417+Jezza34000@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:22:30 +0100 Subject: [PATCH] fix: missing dependencies --- custom_components/veolia/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/veolia/manifest.json b/custom_components/veolia/manifest.json index cbd2bce..6ab1f0a 100644 --- a/custom_components/veolia/manifest.json +++ b/custom_components/veolia/manifest.json @@ -3,8 +3,8 @@ "name": "Veolia Eau France", "codeowners": ["@Jezza34000"], "config_flow": true, - "documentation": "https://github.com/Jezza34000/home-assistant-veolia", "dependencies": ["recorder"], + "documentation": "https://github.com/Jezza34000/home-assistant-veolia", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Jezza34000/home-assistant-veolia/issues", "loggers": ["veolia"],