Explicitly include Alexa interface for image_processing entities. (#30101)
This commit is contained in:
parent
84e1b3d07f
commit
0faca57e8b
2 changed files with 2 additions and 1 deletions
|
@ -673,3 +673,4 @@ class ImageProcessingCapabilities(AlexaEntity):
|
|||
"""Yield the supported interfaces."""
|
||||
yield AlexaEventDetectionSensor(self.hass, self.entity)
|
||||
yield AlexaEndpointHealth(self.hass, self.entity)
|
||||
yield Alexa(self.hass)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue