mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 05:07:52 +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"
|