Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped version of wirelesstagpy to 0.8.0 #60125

Merged
merged 2 commits into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 3 additions & 0 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1418,6 +1418,9 @@ whirlpool-sixth-sense==0.15.1
# homeassistant.components.wiffi
wiffi==1.0.1

# homeassistant.components.wirelesstag
wirelesstagpy==0.8.0

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

Expand Down