diff --git a/esphome/components/api/user_services.h b/esphome/components/api/user_services.h index c755e14c02..2a887fc52d 100644 --- a/esphome/components/api/user_services.h +++ b/esphome/components/api/user_services.h @@ -67,7 +67,7 @@ template class UserServiceBase : public UserServiceDescriptor { uint32_t key_{0}; }; -// Derived class for custom_api_device services (rare case) +// Separate class for custom_api_device services (rare case) // Stores copies of runtime-generated names template class UserServiceDynamic : public UserServiceDescriptor { public: