Fix non-const global (#1907)

This commit is contained in:
Oxan van Leeuwen 2021-06-14 23:12:06 +02:00 committed by GitHub
parent 0efc1f06f2
commit 93f8ee7e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
namespace esphome {
namespace light {
static const char *TAG = "light";
static const char *const TAG = "light";
#ifdef USE_JSON
LightCall &LightCall::parse_color_json(JsonObject &root) {