Added statistics to sensors

Updated sensor code to newer standard
This commit is contained in:
Ron Klinkien
2021-12-30 11:34:38 +01:00
parent 30fe26751c
commit 6a5a7fbd34
3 changed files with 9 additions and 34 deletions

View File

@@ -11,7 +11,6 @@ from homeassistant.const import (
)
DOMAIN = "garmin_connect"
ATTRIBUTION = "connect.garmin.com"
DATA_COORDINATOR = "coordinator"
DEFAULT_UPDATE_INTERVAL = timedelta(minutes=5)