-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Fix * Bumping pyowletapi to 2023.9.1 to allow for revisions * New revision of sock, revision 5 doesn't report all vitals as before, this would cause the integration to fail to update. Have adjusted the integration to detect the revision and ignore the vitals that are no longer reported
- Loading branch information
1 parent
cab737c
commit 0a7f703
Showing
4 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
{ | ||
"domain": "owlet", | ||
"name": "Owlet Smart Sock", | ||
"codeowners": ["@ryanbdclark"], | ||
"codeowners": [ | ||
"@ryanbdclark" | ||
], | ||
"config_flow": true, | ||
"documentation": "https://www.home-assistant.io/integrations/owlet", | ||
"iot_class": "cloud_polling", | ||
"issue_tracker": "https://github.com/ryanbdclark/owlet/issues", | ||
"requirements": ["pyowletapi==2023.7.2"], | ||
"version":"2023.8.1" | ||
} | ||
"requirements": [ | ||
"pyowletapi==2023.9.1" | ||
], | ||
"version": "2023.9.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters