Compare commits

...
1 Commits
Author SHA1 Message Date
SMKRV 398b2550a9 Release v1.0.5 2024-11-19 14:46:12 +03:00
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( vol.Optional(CONF_API_ENDPOINT, default=DEFAULT_API_ENDPOINT): vol.All(
str, str,
vol.URL(), vol.Url(), # Заменено с URL на Url
msg="Must be a valid URL" msg="Must be a valid URL"
), ),
vol.Optional( vol.Optional(
+1 -1
View File
@@ -9,6 +9,6 @@
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues", "issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
"requirements": ["openai>=1.0.0"], "requirements": ["openai>=1.0.0"],
"ssdp": [], "ssdp": [],
"version": "1.0.4", "version": "1.0.5",
"zeroconf": [] "zeroconf": []
} }
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -4,6 +4,6 @@
"domains": ["sensor"], "domains": ["sensor"],
"homeassistant": "2024.11.0", "homeassistant": "2024.11.0",
"icon": "mdi:brain", "icon": "mdi:brain",
"version": "1.0.4", "version": "1.0.5",
"documentation": "https://github.com/smkrv/ha-text-ai" "documentation": "https://github.com/smkrv/ha-text-ai"
} }