mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Explicitly include Alexa interface for image_processing entities. (#30101)
This commit is contained in:
parent
84e1b3d07f
commit
0faca57e8b
@ -673,3 +673,4 @@ class ImageProcessingCapabilities(AlexaEntity):
|
|||||||
"""Yield the supported interfaces."""
|
"""Yield the supported interfaces."""
|
||||||
yield AlexaEventDetectionSensor(self.hass, self.entity)
|
yield AlexaEventDetectionSensor(self.hass, self.entity)
|
||||||
yield AlexaEndpointHealth(self.hass, self.entity)
|
yield AlexaEndpointHealth(self.hass, self.entity)
|
||||||
|
yield Alexa(self.hass)
|
||||||
|
@ -2524,7 +2524,7 @@ async def test_image_processing(hass):
|
|||||||
assert appliance["friendlyName"] == "Test face"
|
assert appliance["friendlyName"] == "Test face"
|
||||||
|
|
||||||
assert_endpoint_capabilities(
|
assert_endpoint_capabilities(
|
||||||
appliance, "Alexa.EventDetectionSensor", "Alexa.EndpointHealth"
|
appliance, "Alexa.EventDetectionSensor", "Alexa.EndpointHealth", "Alexa"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user