Release v1.0.1b

This commit is contained in:
SMKRV
2024-11-19 00:51:57 +03:00
parent e3487a48cb
commit 34bfd7dfe1
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Constants for the HA text AI integration."""
from homeassistant.const import Platform
DOMAIN = "ha-text-ai"
DOMAIN = "ha_text_ai"
PLATFORMS = [Platform.SENSOR]
# Configuration
+1 -1
View File
@@ -10,6 +10,6 @@
"homekit": {},
"dependencies": [],
"codeowners": ["@smkrv"],
"version": "1.0.0",
"version": "1.0.1a",
"iot_class": "cloud_polling"
}