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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user