Skip to content

Commit

Permalink
0.3.8 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl authored Jun 15, 2022
1 parent c8dc71f commit 5b7e4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/nest_protect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"@imicknl"
],
"iot_class": "cloud_polling",
"version": "0.3.7",
"version": "0.3.8",
"dhcp": [
{
"macaddress": "CCA7C1*"
}
]
}
}
2 changes: 1 addition & 1 deletion custom_components/nest_protect/pynest/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class NestResponse:
weave: dict[str, str]
user: str
is_staff: bool
error: dict | None
error: dict | None = None
urls: NestUrls = field(default_factory=NestUrls)
limits: NestLimits = field(default_factory=NestLimits)

Expand Down

0 comments on commit 5b7e4bc

Please sign in to comment.