From 0f23e68d99020efaeef2b48713633ebae95be414 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 27 Dec 2023 10:42:33 +0000 Subject: [PATCH] Fix action failures --- custom_components/ohme/manifest.json | 1 + hacs.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/custom_components/ohme/manifest.json b/custom_components/ohme/manifest.json index 25c4459..7c13dda 100644 --- a/custom_components/ohme/manifest.json +++ b/custom_components/ohme/manifest.json @@ -8,6 +8,7 @@ "dependencies": [], "documentation": "https://github.com/dan-r/HomeAssistant-Ohme", "iot_class": "cloud_polling", + "issue_tracker": "https://github.com/dan-r/HomeAssistant-Ohme/issues", "requirements": [], "version": "1.0.0" } diff --git a/hacs.json b/hacs.json index d9194c7..f942087 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "name": "Ohme EV Charger", + "name": "Ohme", "render_readme": true, - "iot_class": "cloud_polling" -} \ No newline at end of file + "homeassistant": "2023.9.0" +}