1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-29 00:22:21 +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();
return false;
}
#endif
return true;
#else
return true;
#endif
}
};