Skip to content

Commit

Permalink
Bumped version of dependencies and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcock23 committed Mar 11, 2023
1 parent 74fbfa9 commit 2b4b653
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you would like to donate you can use my TryFi referral code "[395FX4](https:/

# Installation
## Pre-Requisities
* Home Assistant >= 0.0.117
* Home Assistant >= 2023.1.0
* TryFi dog collar with active cellular subscription
* [HACS](https://github.com/custom-components/hacs) is already installed

Expand Down Expand Up @@ -165,6 +165,8 @@ Sends notification when battery has charged to 100%.
* Enable possibility of if pet not home and not with owner then trigger lost dog mode

# Version History
## 0.0.19
* Fix - pets without collars were causing errors.
## 0.0.18
* Enhancement - Battery Charging - it will report if your Pet's collar is charging
## 0.0.17
Expand Down
2 changes: 1 addition & 1 deletion custom_components/tryfi/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "tryfi",
"name": "TryFi",
"version": "0.0.18",
"version": "0.0.19",
"config_flow": true,
"documentation": "https://github.com/sbabcock23/hass-tryfi",
"issue_tracker": "https://github.com/sbabcock23/hass-tryfi/issues",
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config_flow": true,
"documentation": "https://github.com/sbabcock23/hass-pytryfi",
"domains": ["device_tracker", "light", "sensor", "select"],
"homeassistant": "0.117.0",
"homeassistant": "2023.1.0",
"name": "TryFi Dog Monitor",
"render_readme": true
}

0 comments on commit 2b4b653

Please sign in to comment.