mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-22 07:03:58 +08:00
Release v1.0.1b
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"homekit": {},
|
||||
"dependencies": [],
|
||||
"codeowners": ["@smkrv"],
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1a",
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user