Release v1.0.5

This commit is contained in:
SMKRV
2024-11-19 14:46:12 +03:00
parent f1deaa2014
commit 398b2550a9
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ STEP_USER_DATA_SCHEMA = vol.Schema({
),
vol.Optional(CONF_API_ENDPOINT, default=DEFAULT_API_ENDPOINT): vol.All(
str,
vol.URL(),
vol.Url(), # Заменено с URL на Url
msg="Must be a valid URL"
),
vol.Optional(