From 17af0ae80c305b6adc09687e04d2bad1e7c3f714 Mon Sep 17 00:00:00 2001 From: moerpel <66588833+moerpel@users.noreply.github.com> Date: Mon, 20 May 2024 18:58:26 +0200 Subject: [PATCH] Update manifest.json changed domain to address config to the right integration. --- custom_components/HA_SMA_EVCharger/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/HA_SMA_EVCharger/manifest.json b/custom_components/HA_SMA_EVCharger/manifest.json index 9b04b3d..e917f8b 100644 --- a/custom_components/HA_SMA_EVCharger/manifest.json +++ b/custom_components/HA_SMA_EVCharger/manifest.json @@ -1,5 +1,5 @@ { - "domain": "EV Charger", + "domain": "evcharger", "name": "smaevcharger", "documentation": "https://github.com/moerpel/HA-SMA_EVCharger/readme.md", "dependencies": [],