Cleanup device_tracker imports (#81139)

This commit is contained in:
epenet 2022-10-28 17:40:37 +02:00 committed by GitHub
parent 11ea834cbe
commit 2214fff3b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 38 additions and 45 deletions

View file

@ -22,8 +22,8 @@ from homeassistant.components.device_tracker import (
PLATFORM_SCHEMA as PARENT_PLATFORM_SCHEMA,
AsyncSeeCallback,
SourceType,
TrackerEntity,
)
from homeassistant.components.device_tracker.config_entry import TrackerEntity
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import (
CONF_EVENT,