Go to the source code of this file.
|
| TimerInfo | homeassistant.components.intent.timers._find_timer (HomeAssistant hass, str|None device_id, dict[str, Any] slots, FindTimerFilter|None find_filter=None) |
| |
| list[TimerInfo] | homeassistant.components.intent.timers._find_timers (HomeAssistant hass, str|None device_id, dict[str, Any] slots) |
| |
| int | homeassistant.components.intent.timers._get_total_seconds (dict[str, Any] slots) |
| |
| str | homeassistant.components.intent.timers._normalize_name (str name) |
| |
| tuple[int, int, int] | homeassistant.components.intent.timers._round_time (int hours, int minutes, int seconds) |
| |
| bool | homeassistant.components.intent.timers.async_device_supports_timers (HomeAssistant hass, str device_id) |
| |
| Callable[[], None] | homeassistant.components.intent.timers.async_register_timer_handler (HomeAssistant hass, str device_id, TimerHandler handler) |
| |