SMKRV
72bbfb3f58
Release v2.0.0
2024-11-21 17:30:59 +03:00
SMKRV
9306c12fcd
Release v2.0.0
2024-11-21 17:18:13 +03:00
SMKRV
9f1ea70c9f
Release v2.0.0
2024-11-21 17:06:19 +03:00
SMKRV
98913b359a
Release v2.0.0
2024-11-21 16:40:55 +03:00
SMKRV
a4905f0778
Release v2.0.0
2024-11-21 16:17:51 +03:00
SMKRV
e603231633
Release v2.0.0
2024-11-21 15:35:52 +03:00
SMKRV
345463322a
Release v2.0.0
2024-11-21 15:15:50 +03:00
SMKRV
c298866e3c
Release v2.0.0
2024-11-21 14:55:27 +03:00
SMKRV
75e97ac652
Release v2.0.0
2024-11-21 14:28:17 +03:00
SMKRV
149ec16d57
Release v2.0.0
2024-11-21 13:56:22 +03:00
SMKRV
31e30d94aa
Release v2.0.0
2024-11-20 14:29:17 +03:00
SMKRV
326f876410
Handles the VSE GPT API endpoint correctly
2024-11-20 12:23:26 +03:00
SMKRV
58a7ae4229
Resoved blocking SSL verification issue in
...
coordinator.py
API endpoint handling in config_flow.py
changes
Added support for the custom models in const.py
Requirements in manifest.json updated
2024-11-20 12:07:30 +03:00
SMKRV
8f796ad9dc
Retry constants
2024-11-20 01:40:29 +03:00
SMKRV
8be860007a
Retry constants
...
MAX_RETRIES: Final = 3
RETRY_DELAY: Final = 1.0
2024-11-20 01:39:19 +03:00
SMKRV
1985e201b4
Updated
2024-11-20 01:29:14 +03:00
SMKRV
4e4b41661b
Release v2.0.0
2024-11-20 01:25:01 +03:00
SMKRV
b24a99a11f
Release v2.0.0
2024-11-20 01:24:44 +03:00
SMKRV
69b151f990
Release v2.0.0
2024-11-20 01:11:23 +03:00
SMKRV
2d4eb59d6c
Release v2.0.0
2024-11-20 01:09:19 +03:00
SMKRV
5037622fb6
Release v2.0.0
v2.0.0
2024-11-20 01:02:27 +03:00
SMKRV
962a089bf4
Stability improvements
2024-11-19 23:38:07 +03:00
SMKRV
4c56565b66
Stability improvements
2024-11-19 23:30:28 +03:00
SMKRV
8432038f09
Stability improvements
2024-11-19 23:21:54 +03:00
SMKRV
929d916d41
Bugfixes
2024-11-19 19:39:05 +03:00
SMKRV
675975d951
Minor changes
2024-11-19 19:31:26 +03:00
SMKRV
524ec87395
Minor changes
2024-11-19 19:30:42 +03:00
SMKRV
94f8193996
last_update_success_time > last_update_success
2024-11-19 19:28:01 +03:00
SMKRV
7c3fcf73c3
Text edits
2024-11-19 19:23:03 +03:00
SMKRV
20bbf89679
Changes
2024-11-19 19:20:52 +03:00
SMKRV
86dca52d07
Small changes
2024-11-19 19:18:16 +03:00
SMKRV
78d1561e74
Markdown
2024-11-19 19:17:04 +03:00
SMKRV
054e4af258
Quick bugfix
2024-11-19 19:15:57 +03:00
SMKRV
dc03faa97e
docs: update HACS installation for custom
...
repository
- Change HACS badge from Default to Custom
- Add custom repository installation steps
- Update installation instructions
- Revise documentation format
2024-11-19 19:03:51 +03:00
SMKRV
9a7635c2ae
Release v1.1.0
v1.1.0
2024-11-19 18:55:14 +03:00
SMKRV
df3d79c20c
feat: add multi-provider support,
...
config improvements
2024-11-19 18:53:51 +03:00
SMKRV
d6144be7ed
v.1.0.10
v1.0.10
2024-11-19 17:49:48 +03:00
SMKRV
9afbb904b3
__init__.py:
...
added: from .coordinator import HATextAICoordinator
2024-11-19 17:48:00 +03:00
SMKRV
93558b2444
Version update
v1.0.9
2024-11-19 17:34:27 +03:00
SMKRV
9f93f1ee18
Main changes:
...
Removed the validate_endpoint function
Optimized the validate_api_connection function
Simplified API connection verification
Preserved all error handling and retry logic
Improved exception handling
The integration should now correctly verify the
OpenAI API connection without false endpoint_not_available errors.
2024-11-19 17:33:27 +03:00
SMKRV
30a9b53ba1
Markdown changes
2024-11-19 17:18:23 +03:00
SMKRV
5175970d55
structure.md added
2024-11-19 17:16:30 +03:00
SMKRV
f6bfbd4a07
Release v1.0.8
v1.0.8
2024-11-19 17:02:38 +03:00
SMKRV
4ddb0dc977
Translation fixes
2024-11-19 16:59:42 +03:00
SMKRV
24dc4ac4d4
Hotfix
2024-11-19 16:53:27 +03:00
SMKRV
976f4f16a3
translation fixes
v1.0.7
2024-11-19 16:40:56 +03:00
SMKRV
2bdef2b494
Main changes:
...
Created global SSL_CONTEXT at module level
Removed blocking create_default_context calls from async functions
Optimized aiohttp.ClientSession handling:
Using single connector with SSL context
Session is created once for all requests in validate_api_connection
Improved resource management:
Automatic session closure using context managers
More efficient connection handling
These changes should eliminate the blocking call warning and improve
overall code performance.
2024-11-19 16:33:30 +03:00
SMKRV
42324a793b
bufix
2024-11-19 16:25:44 +03:00
SMKRV
30aa894634
Release v1.0.6
v1.0.6
2024-11-19 15:10:06 +03:00
SMKRV
398b2550a9
Release v1.0.5
v1.0.5
2024-11-19 14:46:12 +03:00