mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-27 11:18:55 +02:00
removed async_added/removed_to_hass override
This commit is contained in:
parent
a21e95c36a
commit
009d8c6085
1 changed files with 0 additions and 8 deletions
|
@ -284,14 +284,6 @@ class MikrotikEntity(CoordinatorEntity[MikrotikCoordinator], Entity):
|
||||||
|
|
||||||
return attributes
|
return attributes
|
||||||
|
|
||||||
async def async_added_to_hass(self) -> None:
|
|
||||||
"""Run when entity about to be added to hass"""
|
|
||||||
_LOGGER.debug("New entity %s (%s)", self._inst, self.unique_id)
|
|
||||||
|
|
||||||
async def async_will_remove_from_hass(self) -> None:
|
|
||||||
"""Run when entity about to be removed from hass"""
|
|
||||||
_LOGGER.debug("Removing entity %s (%s)", self._inst, self.unique_id)
|
|
||||||
|
|
||||||
async def start(self):
|
async def start(self):
|
||||||
"""Dummy run function"""
|
"""Dummy run function"""
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue