Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Михаил Шутов committed Mar 19, 2024
2 parents 05dc468 + d4703a9 commit 1562659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/zont_ha/core/models_zont.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SensorZONT(BaseEntityZONT):
type: str
status: str
value: float | None = None
unit: str
unit: str | None


class OTSensorZONT(SensorZONT):
Expand Down
2 changes: 1 addition & 1 deletion custom_components/zont_ha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"integration_type": "hub",
"dependencies": ["http", "zeroconf"],
"requirements": [],
"version": "0.4.4"
"version": "0.4.5"
}

0 comments on commit 1562659

Please sign in to comment.