Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.intent.timers.TimersNotSupportedError Class Reference
Inheritance diagram for homeassistant.components.intent.timers.TimersNotSupportedError:
[legend]
Collaboration diagram for homeassistant.components.intent.timers.TimersNotSupportedError:
[legend]

Public Member Functions

None __init__ (self, str|None device_id=None)
 

Detailed Description

Error when a timer intent is used from a device that isn't registered to handle timer events.

Definition at line 195 of file timers.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.intent.timers.TimersNotSupportedError.__init__ (   self,
str | None   device_id = None 
)
Initialize error.

Definition at line 198 of file timers.py.


The documentation for this class was generated from the following file: