mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Upgrade locationsharinglib to 3.0.3 (#17010)
* Upgrade locationsharinglib to 3.0.3 * Revert change from #16969
This commit is contained in:
parent
6159f8b0ce
commit
9edf1e5151
@ -19,7 +19,7 @@ from homeassistant.helpers.event import track_time_interval
|
|||||||
from homeassistant.helpers.typing import ConfigType
|
from homeassistant.helpers.typing import ConfigType
|
||||||
from homeassistant.util import slugify, dt as dt_util
|
from homeassistant.util import slugify, dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['locationsharinglib==3.0.2']
|
REQUIREMENTS = ['locationsharinglib==3.0.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -558,7 +558,7 @@ liveboxplaytv==2.0.2
|
|||||||
lmnotify==0.0.4
|
lmnotify==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.google_maps
|
# homeassistant.components.device_tracker.google_maps
|
||||||
locationsharinglib==3.0.2
|
locationsharinglib==3.0.3
|
||||||
|
|
||||||
# homeassistant.components.logi_circle
|
# homeassistant.components.logi_circle
|
||||||
logi_circle==0.1.7
|
logi_circle==0.1.7
|
||||||
|
@ -103,9 +103,6 @@ libpurecoollink==0.4.2
|
|||||||
# homeassistant.components.media_player.soundtouch
|
# homeassistant.components.media_player.soundtouch
|
||||||
libsoundtouch==0.7.2
|
libsoundtouch==0.7.2
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.google_maps
|
|
||||||
locationsharinglib==3.0.2
|
|
||||||
|
|
||||||
# homeassistant.components.sensor.mfi
|
# homeassistant.components.sensor.mfi
|
||||||
# homeassistant.components.switch.mfi
|
# homeassistant.components.switch.mfi
|
||||||
mficlient==0.3.0
|
mficlient==0.3.0
|
||||||
|
@ -63,7 +63,6 @@ TEST_REQUIREMENTS = (
|
|||||||
'influxdb',
|
'influxdb',
|
||||||
'libpurecoollink',
|
'libpurecoollink',
|
||||||
'libsoundtouch',
|
'libsoundtouch',
|
||||||
'locationsharinglib',
|
|
||||||
'mficlient',
|
'mficlient',
|
||||||
'numpy',
|
'numpy',
|
||||||
'paho-mqtt',
|
'paho-mqtt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user