Fix copy/paste error in comment in demo integration (#179470)

This commit is contained in:
wollew
2026-08-18 11:01:32 +02:00
committed by GitHub
parent 2208591814
commit 16709afe6f
+1 -1
View File
@@ -41,7 +41,7 @@ ENTITY_COVER = "cover.living_room_window"
@pytest.fixture
def cover_only() -> Generator[None]:
"""Enable only the climate platform."""
"""Enable only the cover platform."""
with patch(
"homeassistant.components.demo.COMPONENTS_WITH_CONFIG_ENTRY_DEMO_PLATFORM",
[Platform.COVER],