mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-25 10:18:43 +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):
|
||||
"""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):
|
||||
"""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):
|
||||
"""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):
|
||||
"""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