From 5cde3a335440c751d082e6175ccce454d3cd7eb6 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Fri, 3 May 2024 12:32:44 +0200 Subject: [PATCH] simplify --- gateway/include/ha.h | 1 - 1 file changed, 1 deletion(-) diff --git a/gateway/include/ha.h b/gateway/include/ha.h index 7d57cc5..191d0ce 100644 --- a/gateway/include/ha.h +++ b/gateway/include/ha.h @@ -168,7 +168,6 @@ namespace Ha { }; struct Sensor : EntityConfig, StateConfig { - static constexpr const char* type = "sensor"; const char* deviceClass; const char* unitMeasure; const char* valueTemplate;