Release v2.0.0

This commit is contained in:
SMKRV
2024-11-21 18:00:33 +03:00
parent 72bbfb3f58
commit 662ce701ca
2 changed files with 78 additions and 63 deletions
@@ -65,6 +65,10 @@ STEP_USER_DATA_SCHEMA = vol.Schema(
vol.Optional(
CONF_API_ENDPOINT,
default=DEFAULT_API_ENDPOINT
): vol.All(
cv.string,
vol.Match(r'^https?://.+', msg="Must be a valid HTTP(S) URL")
),
): cv.string,
vol.Optional(
CONF_REQUEST_INTERVAL,