Added config entry migration for SSL Verify option

This commit is contained in:
Tomaae 2025-05-01 10:37:45 +02:00
parent 8e68931e57
commit 6f888a5c08
No known key found for this signature in database
GPG key ID: 60C51A657EEF2D87
2 changed files with 30 additions and 6 deletions

View file

@ -86,7 +86,7 @@ def configured_instances(hass):
class MikrotikControllerConfigFlow(ConfigFlow, domain=DOMAIN):
"""MikrotikControllerConfigFlow class"""
VERSION = 1
VERSION = 2
CONNECTION_CLASS = CONN_CLASS_LOCAL_POLL
def __init__(self):