Update generation script to add const (#1945)

This commit is contained in:
Jesse Hills 2021-06-21 21:27:35 +12:00 committed by GitHub
parent b6011b9353
commit b8a7741c61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -821,7 +821,7 @@ cpp += """\
namespace esphome {
namespace api {
static const char *TAG = "api.service";
static const char *const TAG = "api.service";
"""