Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MihVS committed Oct 12, 2024
2 parents a728fba + 8d6a0e1 commit a3e205e
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 @@ -182,7 +182,7 @@ class DeviceZONT(BaseEntityZONT):
custom_controls: list[CustomControlZONT] = []
scenarios: list[ScenarioZONT] = []
car_state: CarStateZONT = []
device_info: DeviceInfoZONT = []
device_info: DeviceInfoZONT | None = []

@validator('guard_zones')
def guard_zones_should_be_list(
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": "2024.10.0"
"version": "2024.10.1"
}

0 comments on commit a3e205e

Please sign in to comment.