mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 04:33:49 +01:00
Filter out empty integration type in extended analytics (#153188)
This commit is contained in:
@@ -1195,7 +1195,7 @@ async def test_devices_payload_with_entities(
|
||||
# Entity from a different integration
|
||||
entity_registry.async_get_or_create(
|
||||
domain="light",
|
||||
platform="roomba",
|
||||
platform="shelly",
|
||||
unique_id="1",
|
||||
device_id=device_entry.id,
|
||||
has_entity_name=True,
|
||||
@@ -1296,7 +1296,7 @@ async def test_devices_payload_with_entities(
|
||||
},
|
||||
],
|
||||
},
|
||||
"roomba": {
|
||||
"shelly": {
|
||||
"devices": [],
|
||||
"entities": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user