1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-18 19:22:22 +01:00
This commit is contained in:
kbx81
2025-09-17 00:01:28 -05:00
parent ec4241d57b
commit bb5a15243b

View File

@@ -6,7 +6,7 @@
namespace esphome { namespace esphome {
namespace zwave_proxy { namespace zwave_proxy {
static const char *TAG = "zwave_proxy"; static const char *const TAG = "zwave_proxy";
ZWaveProxy::ZWaveProxy() { global_zwave_proxy = this; } ZWaveProxy::ZWaveProxy() { global_zwave_proxy = this; }