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

[api] Sync uses_password field_ifdef optimization from aioesphomeapi (#9756)

This commit is contained in:
J. Nick Koston
2025-07-20 18:59:48 -10:00
committed by GitHub
parent fc286c8bf4
commit 305667b06d
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;