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

[api] Sync uses_password field_ifdef optimization from aioesphomeapi

This commit is contained in:
J. Nick Koston
2025-07-20 16:26:17 -10:00
parent fc286c8bf4
commit 852671945a
5 changed files with 9 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ message DeviceInfoResponse {
option (id) = 10;
option (source) = SOURCE_SERVER;
bool uses_password = 1;
bool uses_password = 1 [(field_ifdef) = "USE_API_PASSWORD"];
// The name of the node, given by "App.set_name()"
string name = 2;