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" +}