mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Raise NotImplementedError (#18777)
This commit is contained in:
parent
8c9a39845c
commit
9aeb489282
@ -191,7 +191,7 @@ class OwnTracksContext:
|
||||
|
||||
async def async_see(self, **data):
|
||||
"""Send a see message to the device tracker."""
|
||||
await self.hass.components.device_tracker.async_see(**data)
|
||||
raise NotImplementedError
|
||||
|
||||
async def async_see_beacons(self, hass, dev_id, kwargs_param):
|
||||
"""Set active beacons to the current location."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user