1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-27 12:14:35 +01:00

Merge coordinators in Airgradient (#124714)

This commit is contained in:
Joost Lekkerkerker
2024-08-31 16:40:12 +02:00
committed by GitHub
parent 9da5dd0090
commit 30aa3a26ad
17 changed files with 98 additions and 124 deletions

View File

@@ -8,7 +8,7 @@ from freezegun.api import FrozenDateTimeFactory
import pytest
from syrupy import SnapshotAssertion
from homeassistant.components.airgradient import DOMAIN
from homeassistant.components.airgradient.const import DOMAIN
from homeassistant.const import STATE_UNAVAILABLE, Platform
from homeassistant.core import HomeAssistant
from homeassistant.helpers import entity_registry as er