Rename image field to data to match the proto field (#62)

This commit is contained in:
Jesse Hills 2021-07-09 00:00:53 +12:00 committed by GitHub
parent de1578b9f8
commit 1a2c2b69fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ====================