docs(license): Switch to CC BY-NC-SA 4.0

This commit is contained in:
SMKRV
2024-11-29 16:38:41 +03:00
parent f6dcd1c382
commit ed85c659be
14 changed files with 89 additions and 7 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
"""Constants for the HA text AI integration."""
"""
Constants for the HA text AI integration.
@license: CC BY-NC-SA 4.0 International
@author: SMKRV
@github: https://github.com/smkrv/ha-text-ai
@source: https://github.com/smkrv/ha-text-ai
"""
from typing import Final
import voluptuous as vol
from homeassistant.const import Platform, CONF_API_KEY, CONF_NAME