mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Disable legacy device tracker no platform log (#95839)
This commit is contained in:
parent
c84dacf2fc
commit
081e4e03a7
@ -726,6 +726,10 @@ class DeviceTracker:
|
||||
class Device(RestoreEntity):
|
||||
"""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
|
||||
location_name: str | None = None
|
||||
gps: GPSType | None = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user