mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-02 05:24:29 +02:00
added check for old librouteros version in case of conflict with other extensions #2
This commit is contained in:
parent
0580ce8eec
commit
3d90f7c19a
2 changed files with 19 additions and 0 deletions
4
custom_components/mikrotik_router/exceptions.py
Normal file
4
custom_components/mikrotik_router/exceptions.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
"""Exceptions for Mikrotik Router."""
|
||||
|
||||
class OldLibrouteros(Exception):
|
||||
"""Old librouteros version."""
|
Loading…
Add table
Add a link
Reference in a new issue