Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.intent.timers.TimerManager Member List

This is the complete list of members for homeassistant.components.intent.timers.TimerManager, including all inherited members.

__init__(self, HomeAssistant hass)homeassistant.components.intent.timers.TimerManager
_timer_finished(self, str timer_id)homeassistant.components.intent.timers.TimerManagerprivate
_wait_for_timer(self, str timer_id, int seconds, int updated_at)homeassistant.components.intent.timers.TimerManagerprivate
add_time(self, str timer_id, int seconds)homeassistant.components.intent.timers.TimerManager
cancel_timer(self, str timer_id)homeassistant.components.intent.timers.TimerManager
hasshomeassistant.components.intent.timers.TimerManager
is_timer_device(self, str device_id)homeassistant.components.intent.timers.TimerManager
pause_timer(self, str timer_id)homeassistant.components.intent.timers.TimerManager
register_handler(self, str device_id, TimerHandler handler)homeassistant.components.intent.timers.TimerManager
remove_time(self, str timer_id, int seconds)homeassistant.components.intent.timers.TimerManager
start_timer(self, str|None device_id, int|None hours, int|None minutes, int|None seconds, str language, str|None name=None, str|None conversation_command=None, str|None conversation_agent_id=None)homeassistant.components.intent.timers.TimerManager
unpause_timer(self, str timer_id)homeassistant.components.intent.timers.TimerManager