1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-17 11:33:49 +01:00
Files
core/homeassistant/components/llm/const.py
T
Paulus Schoutsen 2384efae26 Add LLM integration (#174253)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-03 06:18:04 -04:00

4 lines
57 B
Python

"""Constants for the LLM integration."""
DOMAIN = "llm"