From 85bb5fdbbd1344c67540e394655fbc04da18fd34 Mon Sep 17 00:00:00 2001 From: j0ta29 Date: Wed, 27 Mar 2024 18:53:45 +0000 Subject: [PATCH] fixed clang_tidy issues --- esphome/components/optolink/helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/optolink/helpers.h b/esphome/components/optolink/helpers.h index 15eb8e84d7..c10910d2ab 100644 --- a/esphome/components/optolink/helpers.h +++ b/esphome/components/optolink/helpers.h @@ -23,7 +23,7 @@ inline bool check_time_values(const Time &time) { void rtrim(std::string &s); -std::string decode_day_schedule(uint8_t *input); +std::string decode_day_schedule(const uint8_t *input); uint8_t *encode_day_schedule(const std::string &input, uint8_t *output);