Disable proximity no platform log (#95838)
parent
8f2a21d270
commit
91087392fe
|
@ -110,6 +110,10 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||
class Proximity(Entity):
|
||||
"""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__(
|
||||
self,
|
||||
hass: HomeAssistant,
|
||||
|
|
Loading…
Reference in New Issue