Alexa: Add support for starting and cancelling timers (#32616)
This commit is contained in:
parent
f4561891ae
commit
f3c07a5653
4 changed files with 47 additions and 1 deletions
|
@ -727,6 +727,7 @@ class TimerCapabilities(AlexaEntity):
|
|||
def interfaces(self):
|
||||
"""Yield the supported interfaces."""
|
||||
yield AlexaTimeHoldController(self.entity, allow_remote_resume=True)
|
||||
yield AlexaPowerController(self.entity)
|
||||
yield Alexa(self.entity)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue