mirror of
https://github.com/home-assistant/core.git
synced 2025-08-18 12:02:07 +02:00
Disable legacy device tracker no platform log (#95839)
This commit is contained in:
committed by
Franck Nijhof
parent
10a9b063fa
commit
577ffef25c
@@ -726,6 +726,10 @@ class DeviceTracker:
|
|||||||
class Device(RestoreEntity):
|
class Device(RestoreEntity):
|
||||||
"""Base class for a tracked device."""
|
"""Base class for a tracked device."""
|
||||||
|
|
||||||
|
# This entity is legacy and does not have a platform.
|
||||||
|
# We can't fix this easily without breaking changes.
|
||||||
|
_no_platform_reported = True
|
||||||
|
|
||||||
host_name: str | None = None
|
host_name: str | None = None
|
||||||
location_name: str | None = None
|
location_name: str | None = None
|
||||||
gps: GPSType | None = None
|
gps: GPSType | None = None
|
||||||
|
Reference in New Issue
Block a user