Readme update

This commit is contained in:
Tomaae 2022-03-03 11:42:50 +01:00
parent 4fbd5a4280
commit 1429909da1
3 changed files with 4 additions and 10 deletions

View file

@ -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"

View file

@ -1,7 +1,7 @@
# Mikrotik Router
![GitHub release (latest by date)](https://img.shields.io/github/v/release/tomaae/homeassistant-mikrotik_router?style=plastic)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=plastic)](https://github.com/custom-components/hacs)
![Project Stage](https://img.shields.io/badge/project%20stage-development-yellow.svg?style=plastic)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=plastic)](https://github.com/hacs/integration)
![Project Stage](https://img.shields.io/badge/project%20stage-Production%20Ready-green.svg?style=plastic)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/tomaae/homeassistant-mikrotik_router/latest?style=plastic)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/tomaae/homeassistant-mikrotik_router?style=plastic)

View file

@ -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.
![Mikrotik Logo](https://raw.githubusercontent.com/tomaae/homeassistant-mikrotik_router/master/docs/assets/images/ui/header.png)