hass-core/homeassistant/components/intent/const.py
Paulus Schoutsen 004476a1f8 Add intent integration to expose intent handle API (#29124)
* Add intent integration to expose intent handle API.

* Run hassfest + fix scaffolding

* Update __init__.py
2019-11-27 11:25:43 +01:00

3 lines
63 B
Python

"""Constants for the Intent integration."""
DOMAIN = "intent"