We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935d6d2 commit 14220e9Copy full SHA for 14220e9
tests/components/gios/__init__.py
@@ -9,7 +9,7 @@ async def setup_integration(
9
hass: HomeAssistant,
10
mock_config_entry: MockConfigEntry,
11
) -> None:
12
- """Fixture for setting up the component."""
+ """Set up the GIOS integration for testing."""
13
mock_config_entry.add_to_hass(hass)
14
15
await hass.config_entries.async_setup(mock_config_entry.entry_id)
0 commit comments