mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
* Add intent integration to expose intent handle API. * Run hassfest + fix scaffolding * Update __init__.py
4 lines
63 B
Python
4 lines
63 B
Python
"""Constants for the Intent integration."""
|
|
|
|
DOMAIN = "intent"
|