mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Disable proximity no platform log (#95838)
This commit is contained in:
@@ -110,6 +110,10 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||||||
class Proximity(Entity):
|
class Proximity(Entity):
|
||||||
"""Representation of a Proximity."""
|
"""Representation of a Proximity."""
|
||||||
|
|
||||||
|
# This entity is legacy and does not have a platform.
|
||||||
|
# We can't fix this easily without breaking changes.
|
||||||
|
_no_platform_reported = True
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
Reference in New Issue
Block a user