mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-28 05:44:05 +02:00
Updated requirements
This commit is contained in:
parent
5973315048
commit
89783e543c
4 changed files with 6 additions and 6 deletions
4
Pipfile
4
Pipfile
|
@ -24,5 +24,5 @@ requests_mock = "==1.7.0"
|
|||
responses = "==0.10.6"
|
||||
|
||||
[packages]
|
||||
librouteros = "==3.0.0"
|
||||
mac-vendor-lookup = "==0.1.11"
|
||||
librouteros = "==3.2.0"
|
||||
mac-vendor-lookup = "==0.1.12"
|
|
@ -8,7 +8,7 @@
|
|||
"dependencies": [],
|
||||
"requirements": [
|
||||
"librouteros==3.2.0",
|
||||
"mac-vendor-lookup==0.1.11"
|
||||
"mac-vendor-lookup==0.1.12"
|
||||
],
|
||||
"codeowners": [
|
||||
"@tomaae"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Mikrotik Router",
|
||||
"homeassistant": "2021.12.1",
|
||||
"homeassistant": "2022.2.0",
|
||||
"iot_class": "local_poll",
|
||||
"domains": ["device_tracker", "switch", "button", "sensor", "binary_sensor"],
|
||||
"render_readme": false,
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
librouteros==3.0.0
|
||||
mac-vendor-lookup==0.1.11
|
||||
librouteros==3.2.0
|
||||
mac-vendor-lookup==0.1.12
|
Loading…
Add table
Add a link
Reference in a new issue