mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-28 13:05:12 +01:00
Remove description field
This commit is contained in:
parent
a58044bbe6
commit
39bfc3871c
@ -826,7 +826,6 @@ class BluetoothGATTRead(APIModelBase):
|
|||||||
class BluetoothGATTDescriptor(APIModelBase):
|
class BluetoothGATTDescriptor(APIModelBase):
|
||||||
uuid: str = converter_field(default="", converter=_join_split_uuid)
|
uuid: str = converter_field(default="", converter=_join_split_uuid)
|
||||||
handle: int = 0
|
handle: int = 0
|
||||||
description: str = ""
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def convert_list(cls, value: List[Any]) -> List["BluetoothGATTDescriptor"]:
|
def convert_list(cls, value: List[Any]) -> List["BluetoothGATTDescriptor"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user