mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-24 12:25:20 +01:00
Fix default
This commit is contained in:
parent
20e9725584
commit
6d192bcac6
@ -889,7 +889,7 @@ class BluetoothGATTServices(APIModelBase):
|
|||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
class ESPHomeBluetoothGATTServices:
|
class ESPHomeBluetoothGATTServices:
|
||||||
address: int = 0
|
address: int = 0
|
||||||
services: List[BluetoothGATTService] = []
|
services: List[BluetoothGATTService] = field(default_factory=list)
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user