This commit is contained in:
J. Nick Koston
2025-12-20 21:58:24 -10:00
parent c1463a569c
commit 26f1be40dc

View File

@@ -77,7 +77,6 @@ class APIConnection final : public APIServerConnection {
#endif
#ifdef USE_CAMERA
void set_camera_state(std::shared_ptr<camera::CameraImage> image);
void try_send_camera_image_();
void camera_image(const CameraImageRequest &msg) override;
#endif
#ifdef USE_CLIMATE
@@ -288,6 +287,10 @@ class APIConnection final : public APIServerConnection {
// Helper function to handle authentication completion
void complete_authentication_();
#ifdef USE_CAMERA
void try_send_camera_image_();
#endif
#ifdef USE_API_HOMEASSISTANT_STATES
void process_state_subscriptions_();
#endif