mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Fix copy/paste error in comment in demo integration (#179470)
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user