mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 19:27:06 +00:00
Upgraded librouteros since it has support for authenticatoin in new RouterOS. (#15056)
This commit is contained in:
parent
1f8699d9b4
commit
75580dfade
@ -14,7 +14,7 @@ from homeassistant.components.device_tracker import (
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, CONF_PORT)
|
CONF_HOST, CONF_PASSWORD, CONF_USERNAME, CONF_PORT)
|
||||||
|
|
||||||
REQUIREMENTS = ['librouteros==1.0.5']
|
REQUIREMENTS = ['librouteros==2.1.0']
|
||||||
|
|
||||||
MTK_DEFAULT_API_PORT = '8728'
|
MTK_DEFAULT_API_PORT = '8728'
|
||||||
|
|
||||||
|
@ -504,7 +504,7 @@ libpurecoollink==0.4.2
|
|||||||
libpyfoscam==1.0
|
libpyfoscam==1.0
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.mikrotik
|
# homeassistant.components.device_tracker.mikrotik
|
||||||
librouteros==1.0.5
|
librouteros==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.soundtouch
|
# homeassistant.components.media_player.soundtouch
|
||||||
libsoundtouch==0.7.2
|
libsoundtouch==0.7.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user