mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-02-04 23:52:38 +01:00
Add has_bluetooth_proxy
flag to device info (#247)
This commit is contained in:
parent
08e187018f
commit
4426a94638
@ -192,6 +192,8 @@ message DeviceInfoResponse {
|
||||
string project_version = 9;
|
||||
|
||||
uint32 webserver_port = 10;
|
||||
|
||||
bool has_bluetooth_proxy = 11;
|
||||
}
|
||||
|
||||
message ListEntitiesRequest {
|
||||
|
File diff suppressed because one or more lines are too long
@ -105,6 +105,7 @@ class DeviceInfo(APIModelBase):
|
||||
project_name: str = ""
|
||||
project_version: str = ""
|
||||
webserver_port: int = 0
|
||||
has_bluetooth_proxy: bool = False
|
||||
|
||||
|
||||
class EntityCategory(APIIntEnum):
|
||||
|
Loading…
Reference in New Issue
Block a user