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

Send manufacturer name via API (#3938)

This commit is contained in:
Jesse Hills
2022-10-25 17:24:38 +13:00
committed by GitHub
parent 702b60ce66
commit d93f35701f
4 changed files with 17 additions and 0 deletions

View File

@@ -204,6 +204,8 @@ message DeviceInfoResponse {
uint32 webserver_port = 10;
uint32 bluetooth_proxy_version = 11;
string manufacturer = 12;
}
message ListEntitiesRequest {