mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Explicitly include "Alexa" Interface in discovery response (#28218)
* Explicitly include Alexa Interface to discovery response. * Updated cloud component test to reflect additional Alexa interface. * Updated test for recently added SeekController.
This commit is contained in:
committed by
Paulus Schoutsen
parent
db425f5432
commit
b0925e60d7
@@ -801,7 +801,7 @@ async def test_list_alexa_entities(hass, hass_ws_client, setup_api, mock_cloud_l
|
||||
assert response["result"][0] == {
|
||||
"entity_id": "light.kitchen",
|
||||
"display_categories": ["LIGHT"],
|
||||
"interfaces": ["Alexa.PowerController", "Alexa.EndpointHealth"],
|
||||
"interfaces": ["Alexa.PowerController", "Alexa.EndpointHealth", "Alexa"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user