Alexa: Add support for starting and cancelling timers (#32616)

This commit is contained in:
Thomas Hollstegge 2020-03-10 05:59:06 +01:00 committed by GitHub
parent f4561891ae
commit f3c07a5653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 1 deletions

View file

@ -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)