mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bumped version of wirelesstagpy to 0.8.0 (#60125)
This commit is contained in:
parent
fd8229f4f4
commit
73d4445f80
@ -3,7 +3,8 @@ import logging
|
|||||||
|
|
||||||
from requests.exceptions import ConnectTimeout, HTTPError
|
from requests.exceptions import ConnectTimeout, HTTPError
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
from wirelesstagpy import WirelessTags, WirelessTagsException
|
from wirelesstagpy import WirelessTags
|
||||||
|
from wirelesstagpy.exceptions import WirelessTagsException
|
||||||
|
|
||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
ATTR_BATTERY_LEVEL,
|
ATTR_BATTERY_LEVEL,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "wirelesstag",
|
"domain": "wirelesstag",
|
||||||
"name": "Wireless Sensor Tags",
|
"name": "Wireless Sensor Tags",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/wirelesstag",
|
"documentation": "https://www.home-assistant.io/integrations/wirelesstag",
|
||||||
"requirements": ["wirelesstagpy==0.5.0"],
|
"requirements": ["wirelesstagpy==0.8.0"],
|
||||||
"codeowners": ["@sergeymaysak"],
|
"codeowners": ["@sergeymaysak"],
|
||||||
"iot_class": "cloud_push"
|
"iot_class": "cloud_push"
|
||||||
}
|
}
|
||||||
|
@ -2418,7 +2418,7 @@ whirlpool-sixth-sense==0.15.1
|
|||||||
wiffi==1.0.1
|
wiffi==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.wirelesstag
|
# homeassistant.components.wirelesstag
|
||||||
wirelesstagpy==0.5.0
|
wirelesstagpy==0.8.0
|
||||||
|
|
||||||
# homeassistant.components.withings
|
# homeassistant.components.withings
|
||||||
withings-api==2.3.2
|
withings-api==2.3.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user