mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-01 18:27:39 +01:00
Rename image field to data to match the proto field (#62)
This commit is contained in:
parent
de1578b9f8
commit
1a2c2b69fa
@ -286,7 +286,7 @@ class CameraInfo(EntityInfo):
|
|||||||
|
|
||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
class CameraState(EntityState):
|
class CameraState(EntityState):
|
||||||
image: bytes = field(default_factory=bytes)
|
data: bytes = field(default_factory=bytes)
|
||||||
|
|
||||||
|
|
||||||
# ==================== CLIMATE ====================
|
# ==================== CLIMATE ====================
|
||||||
|
Loading…
Reference in New Issue
Block a user