mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-27 11:18:55 +02:00
cleanup
This commit is contained in:
parent
3869e670a6
commit
7a892b6800
2 changed files with 1 additions and 5 deletions
|
@ -157,7 +157,7 @@ class MikrotikEntity(CoordinatorEntity[MikrotikCoordinator], Entity):
|
|||
):
|
||||
"""Initialize entity"""
|
||||
super().__init__(coordinator)
|
||||
self.coordinator = coordinator
|
||||
# self.coordinator = coordinator
|
||||
self.entity_description = entity_description
|
||||
self._inst = coordinator.config_entry.data[CONF_NAME]
|
||||
self._config_entry = self.coordinator.config_entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue