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(
+1 -1
View File
@@ -9,6 +9,6 @@
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
"requirements": ["openai>=1.0.0"],
"ssdp": [],
"version": "1.0.4",
"version": "1.0.5",
"zeroconf": []
}
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -4,6 +4,6 @@
"domains": ["sensor"],
"homeassistant": "2024.11.0",
"icon": "mdi:brain",
"version": "1.0.4",
"version": "1.0.5",
"documentation": "https://github.com/smkrv/ha-text-ai"
}