mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-25 18:28:46 +02:00
Updated model dummy services debugs
This commit is contained in:
parent
c468e2776e
commit
1294631f8a
1 changed files with 4 additions and 4 deletions
|
@ -304,16 +304,16 @@ class MikrotikEntity:
|
||||||
|
|
||||||
async def start(self):
|
async def start(self):
|
||||||
"""Dummy run function"""
|
"""Dummy run function"""
|
||||||
_LOGGER.error("Start functionality does not exist for %s", self.entity_id)
|
_LOGGER.error("Start functionality does not exist for %s", self.unique_id)
|
||||||
|
|
||||||
async def stop(self):
|
async def stop(self):
|
||||||
"""Dummy stop function"""
|
"""Dummy stop function"""
|
||||||
_LOGGER.error("Stop functionality does not exist for %s", self.entity_id)
|
_LOGGER.error("Stop functionality does not exist for %s", self.unique_id)
|
||||||
|
|
||||||
async def restart(self):
|
async def restart(self):
|
||||||
"""Dummy restart function"""
|
"""Dummy restart function"""
|
||||||
_LOGGER.error("Restart functionality does not exist for %s", self.entity_id)
|
_LOGGER.error("Restart functionality does not exist for %s", self.unique_id)
|
||||||
|
|
||||||
async def reload(self):
|
async def reload(self):
|
||||||
"""Dummy reload function"""
|
"""Dummy reload function"""
|
||||||
_LOGGER.error("Reload functionality does not exist for %s", self.entity_id)
|
_LOGGER.error("Reload functionality does not exist for %s", self.unique_id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue