This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9422cde275
core
/
homeassistant
/
components
/
intent
/
const.py
6 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
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 10:25:43 +00:00
"""
Constants for the Intent integration.
"""
DOMAIN
=
"
intent
"
Add Assist timers (#117199) * First pass at timers * Move to separate file * Refactor to using events * Add pause/unpause/status * Add ordinal * Add test for timed Assist command * Fix name matching * Fix IntentHandleError * Fix again * Refactor to callbacks * is_paused -> is_active * Rename "set timer" to "start timer" * Move tasks to timer manager * More fixes * Remove assist command * Remove cancel by ordinal * More tests * Remove async on callbacks * Export async_register_timer_handler
2024-05-14 18:42:32 +00:00
TIMER_DATA
=
f
"
{
DOMAIN
}
.timer
"