1
0
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:
Artur Pragacz
2025-09-29 15:18:15 +02:00
committed by GitHub
parent f0c29c7699
commit 76cb4d123a
4 changed files with 6 additions and 3 deletions

View File

@@ -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": [
{