From fd2a7a25b22450dc5de164978c921ded2b370375 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Wed, 29 May 2024 16:01:00 +0200 Subject: [PATCH] generic support for using device's name --- gateway/include/ha.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gateway/include/ha.h b/gateway/include/ha.h index 6a56af9..e37bbaa 100644 --- a/gateway/include/ha.h +++ b/gateway/include/ha.h @@ -219,7 +219,6 @@ namespace Ha { void buildConfig(JsonDocument& jsonDoc) override { Command::buildConfig(jsonDoc); - jsonDoc["name"] = nullptr; // jsonDoc["retain"] = true; if (stateTopic[0]) jsonDoc["state_topic"] = stateTopic; }