Bumped version of wirelesstagpy to 0.8.0 (#60125)
This commit is contained in:
parent
fd8229f4f4
commit
73d4445f80
3 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,8 @@ import logging
|
|||
|
||||
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,
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue