mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-21 00:25:48 +02:00
Readme update
This commit is contained in:
parent
4fbd5a4280
commit
1429909da1
3 changed files with 4 additions and 10 deletions
4
Pipfile
4
Pipfile
|
@ -24,5 +24,5 @@ requests_mock = "==1.7.0"
|
|||
responses = "==0.10.6"
|
||||
|
||||
[packages]
|
||||
librouteros = "==3.2.0"
|
||||
mac-vendor-lookup = "==0.1.12"
|
||||
librouteros = ">=3.2.0"
|
||||
mac-vendor-lookup = ">=0.1.12"
|
|
@ -1,7 +1,7 @@
|
|||
# Mikrotik Router
|
||||

|
||||
[](https://github.com/custom-components/hacs)
|
||||

|
||||
[](https://github.com/hacs/integration)
|
||||

|
||||
|
||||

|
||||

|
||||
|
|
6
info.md
6
info.md
|
@ -1,9 +1,3 @@
|
|||
{% if installed %}
|
||||
{% if version_installed.replace("v", "").replace(".","") | int == 16 %}
|
||||
**IMPORTANT: This update changes some HA UIDs to improve handling of duplicate entries. After an update, delete old entries and check entity names in all your automations where you use this integration.**
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Monitor and control your Mikrotik device from Home Assistant.
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue