mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Rename component to integration in Aurora (#175545)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""The aurora component."""
|
||||
"""The Aurora integration."""
|
||||
|
||||
from homeassistant.const import Platform
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""The aurora component."""
|
||||
"""The Aurora integration."""
|
||||
|
||||
from datetime import timedelta
|
||||
import logging
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""The aurora component."""
|
||||
"""The Aurora integration."""
|
||||
|
||||
from homeassistant.helpers.device_registry import DeviceEntryType, DeviceInfo
|
||||
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||
|
||||
@@ -6,7 +6,7 @@ from tests.common import MockConfigEntry
|
||||
|
||||
|
||||
async def setup_integration(hass: HomeAssistant, config_entry: MockConfigEntry) -> None:
|
||||
"""Fixture for setting up the component."""
|
||||
"""Fixture for setting up the integration."""
|
||||
config_entry.add_to_hass(hass)
|
||||
|
||||
await hass.config_entries.async_setup(config_entry.entry_id)
|
||||
|
||||
Reference in New Issue
Block a user