First commit

This commit is contained in:
2019-10-26 12:03:28 +02:00
commit ce6911a471
7 changed files with 775 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
""" 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,
)