Prepare fist 'runnable' version

This commit is contained in:
2019-10-26 14:48:00 +02:00
parent ce6911a471
commit a78b5413b1
7 changed files with 108 additions and 57 deletions

View File

@@ -1,16 +0,0 @@
""" device tracker for Georide object """
import logging
from homeassistant.core import callback
from homeassistant.const import (
ATTR_GPS_ACCURACY,
ATTR_LATITUDE,
ATTR_LONGITUDE,
ATTR_BATTERY_LEVEL,
)
from homeassistant.components.device_tracker.const import (
ENTITY_ID_FORMAT,
ATTR_SOURCE_TYPE,
SOURCE_TYPE_GPS,
)