From 201b9d8f285280b9cdf18f9a6cd1cb6722235fcb Mon Sep 17 00:00:00 2001 From: codyc1515 <50791984+codyc1515@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:13:37 +1300 Subject: [PATCH] Update manifest.json --- .../contact_energy/manifest.json | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/custom_components/contact_energy/manifest.json b/custom_components/contact_energy/manifest.json index 985ce39..5d1610d 100644 --- a/custom_components/contact_energy/manifest.json +++ b/custom_components/contact_energy/manifest.json @@ -1,11 +1,15 @@ { - "domain": "contact_energy", - "name": "Contact Energy", - "codeowners": ["@codyc1515"], - "dependencies": [], - "documentation": "https://github.com/codyc1515/ha-contact-energy", - "iot_class": "cloud_polling", - "issue_tracker": "https://github.com/codyc15/ha-contact-energy/issues", - "requirements": [], - "version": "1.0.0" -} + "domain": "contact_energy", + "name": "Contact Energy", + "codeowners": [ + "@codyc1515" + ], + "dependencies": [ + "recorder" + ], + "documentation": "https://github.com/codyc1515/ha-contact-energy", + "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/codyc15/ha-contact-energy/issues", + "requirements": [], + "version": "1.0.0" +} \ No newline at end of file