1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-29 16:42:19 +01:00

Merge branch 'integration' into memory_api

This commit is contained in:
J. Nick Koston
2025-07-25 13:34:00 -10:00

View File

@@ -907,8 +907,10 @@ class ProtoService {
this->on_unauthenticated_access(); this->on_unauthenticated_access();
return false; return false;
} }
#endif
return true; return true;
#else
return true;
#endif
} }
}; };