Skip to content

Commit

Permalink
Merge pull request #991 from codyhackw/patch-2
Browse files Browse the repository at this point in the history
Update to Inovelli OTA configuration due to firmware versioning change
  • Loading branch information
puddly committed Jun 7, 2022
2 parents b94cfe1 + 0b75f24 commit 7b8825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy/ota/provider.py
Expand Up @@ -547,7 +547,7 @@ class INOVELLIImage:

@classmethod
def new(cls, data, model):
ver = int(data["version"], 10)
ver = float(data["version"])
url = data["firmware"]

res = cls(
Expand Down

0 comments on commit 7b8825e

Please sign in to comment.