Skip to content

Commit

Permalink
Merge pull request #31 from sbabcock23/increasedependency
Browse files Browse the repository at this point in the history
Increasedependency
  • Loading branch information
sbabcock23 authored May 9, 2021
2 parents 93331b7 + e86c27b commit 19297a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ Turns on the collar light after dark if the pet is not home.
* Enable possibility of if pet not home and not with owner then trigger lost dog mode

# Version History
## 0.0.7
* Updating dependency version of pytryfi
## 0.0.6
* Steps unit was added to enable charting of dogs steps over time.
## 0.0.5
Expand Down
4 changes: 2 additions & 2 deletions custom_components/tryfi/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"domain": "tryfi",
"name": "TryFi",
"version": "0.0.6",
"version": "0.0.7",
"config_flow": true,
"documentation": "https://github.com/sbabcock23/hass-tryfi",
"issue_tracker": "https://github.com/sbabcock23/hass-tryfi/issues",
"requirements": [
"pytryfi>=0.0.10"
"pytryfi>=0.0.11"
],
"dependencies": [],
"codeowners": ["@sbabcock23"]
Expand Down

0 comments on commit 19297a0

Please sign in to comment.