Upgrade gps3 to 0.33.3 (#3222)
parent
9530c7366b
commit
88d62bd935
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers.entity import Entity
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['gps3==0.33.2']
|
||||
REQUIREMENTS = ['gps3==0.33.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -103,7 +103,7 @@ gntp==1.0.3
|
|||
googlemaps==2.4.4
|
||||
|
||||
# homeassistant.components.sensor.gpsd
|
||||
gps3==0.33.2
|
||||
gps3==0.33.3
|
||||
|
||||
# homeassistant.components.binary_sensor.ffmpeg
|
||||
# homeassistant.components.camera.ffmpeg
|
||||
|
|
Loading…
Reference in New Issue