mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-28 03:30:07 +02:00
Added SSL Verify option
This commit is contained in:
parent
955fa33bca
commit
8e68931e57
6 changed files with 34 additions and 10 deletions
|
@ -25,6 +25,7 @@ DEFAULT_USERNAME = "admin"
|
|||
DEFAULT_PORT = 0
|
||||
DEFAULT_DEVICE_NAME = "Mikrotik"
|
||||
DEFAULT_SSL = False
|
||||
DEFAULT_VERIFY_SSL = False
|
||||
|
||||
CONF_SCAN_INTERVAL = "scan_interval"
|
||||
DEFAULT_SCAN_INTERVAL = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue