Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MihVS committed Mar 21, 2024
2 parents 1562659 + a77c961 commit fccba77
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_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class DeviceZontOld(BaseModel):
id: int
serial: str
name: str
widget_type: str
widget_type: str | None
appliance_type: str
tempstep: float = 0.1
firmware_version: list | None
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.5"
"version": "0.4.6"
}

0 comments on commit fccba77

Please sign in to comment.