From 4df3bfe85d66a35c5ac68ee3aaea2269a7e956fc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 7 Jul 2025 13:39:37 -0500 Subject: [PATCH] review --- esphome/components/api/api_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/api/api_connection.h b/esphome/components/api/api_connection.h index cac2fb5d83..aa323d339d 100644 --- a/esphome/components/api/api_connection.h +++ b/esphome/components/api/api_connection.h @@ -303,7 +303,7 @@ class APIConnection : public APIServerConnection { #ifdef USE_VOICE_ASSISTANT // Helper to check voice assistant validity and connection ownership - bool check_voice_assistant_api_connection_() const; + inline bool check_voice_assistant_api_connection_() const; #endif // Helper method to process multiple entities from an iterator in a batch