mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-26 12:45:26 +01:00
Change has_bluetooth_proxy to a version (#264)
This commit is contained in:
parent
2103a7467a
commit
527420464d
@ -203,7 +203,7 @@ message DeviceInfoResponse {
|
||||
|
||||
uint32 webserver_port = 10;
|
||||
|
||||
bool has_bluetooth_proxy = 11;
|
||||
uint32 bluetooth_proxy_version = 11;
|
||||
}
|
||||
|
||||
message ListEntitiesRequest {
|
||||
|
File diff suppressed because one or more lines are too long
@ -106,7 +106,7 @@ class DeviceInfo(APIModelBase):
|
||||
project_name: str = ""
|
||||
project_version: str = ""
|
||||
webserver_port: int = 0
|
||||
has_bluetooth_proxy: bool = False
|
||||
bluetooth_proxy_version: int = 0
|
||||
|
||||
|
||||
class EntityCategory(APIIntEnum):
|
||||
|
Loading…
Reference in New Issue
Block a user