Release v1.0.1c

This commit is contained in:
SMKRV
2024-11-19 12:45:26 +03:00
parent 12e5778a1c
commit 6ad67a5acf
13 changed files with 569 additions and 359 deletions
+5 -6
View File
@@ -1,15 +1,14 @@
{
"domain": "ha_text_ai",
"name": "HA text AI",
"name": "HA Text AI",
"config_flow": true,
"documentation": "https://github.com/smkrv/ha-text-ai",
"documentation": "https://github.com/smkrv/ha-text-ai/wiki",
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
"requirements": ["openai>=1.0.0"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": ["@smkrv"],
"version": "1.0.1b",
"iot_class": "cloud_polling"
"version": "1.0.1c",
"iot_class": "cloud_polling",
"codeowners": ["@smkrv"]
}