Skip to content

Commit

Permalink
Bumped version of wirelesstagpy to 0.8.0 (#60125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymaysak authored Nov 23, 2021
1 parent fd8229f commit 73d4445
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion homeassistant/components/wirelesstag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

from requests.exceptions import ConnectTimeout, HTTPError
import voluptuous as vol
from wirelesstagpy import WirelessTags, WirelessTagsException
from wirelesstagpy import WirelessTags
from wirelesstagpy.exceptions import WirelessTagsException

from homeassistant.const import (
ATTR_BATTERY_LEVEL,
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/wirelesstag/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "wirelesstag",
"name": "Wireless Sensor Tags",
"documentation": "https://www.home-assistant.io/integrations/wirelesstag",
"requirements": ["wirelesstagpy==0.5.0"],
"requirements": ["wirelesstagpy==0.8.0"],
"codeowners": ["@sergeymaysak"],
"iot_class": "cloud_push"
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@ whirlpool-sixth-sense==0.15.1
wiffi==1.0.1

# homeassistant.components.wirelesstag
wirelesstagpy==0.5.0
wirelesstagpy==0.8.0

# homeassistant.components.withings
withings-api==2.3.2
Expand Down

0 comments on commit 73d4445

Please sign in to comment.