Skip to content

Commit

Permalink
Rename image field to data to match the proto field (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Jul 8, 2021
1 parent de1578b commit 1a2c2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioesphomeapi/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class CameraInfo(EntityInfo):

@dataclass(frozen=True)
class CameraState(EntityState):
image: bytes = field(default_factory=bytes)
data: bytes = field(default_factory=bytes)


# ==================== CLIMATE ====================
Expand Down

0 comments on commit 1a2c2b6

Please sign in to comment.