diff --git a/custom_components/goecharger_mqtt/manifest.json b/custom_components/goecharger_mqtt/manifest.json index 0d2f8f7..a535ff7 100644 --- a/custom_components/goecharger_mqtt/manifest.json +++ b/custom_components/goecharger_mqtt/manifest.json @@ -9,7 +9,10 @@ "ssdp": [], "zeroconf": [], "homekit": {}, - "mqtt": ["/go-eCharger/+/var"], + "mqtt": [ + "/go-eCharger/+/var", + "go-eCharger/+/var" + ], "dependencies": ["mqtt"], "codeowners": [ "@syssi"