From 72f9ed841a3af28d2ae586fa4cf59bf8dd96f8cf Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 7 May 2020 22:13:44 +0200 Subject: [PATCH] fix log --- zwave/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zwave/config.json b/zwave/config.json index cccefb2..0723b2a 100644 --- a/zwave/config.json +++ b/zwave/config.json @@ -10,7 +10,7 @@ "init": false, "stage": "experimental", "homeassistant": "0.110.0", - "services": ["want:mqtt"], + "services": ["mqtt:want"], "discovery": ["zwave_mqtt"], "auto_uart": true, "gpio": true,