pytraccar version bump (#19659)

This commit is contained in:
Joakim Sørensen 2018-12-30 14:59:43 +01:00 committed by Fabian Affolter
parent 4b90ed6b22
commit 6d44245456
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.helpers.event import async_track_time_interval
from homeassistant.util import slugify
REQUIREMENTS = ['pytraccar==0.2.0']
REQUIREMENTS = ['pytraccar==0.2.1']
_LOGGER = logging.getLogger(__name__)