Rename component to integration in Aurora (#175545)

This commit is contained in:
smarthome-10
2026-07-03 20:21:36 +02:00
committed by GitHub
parent 86ce7adf4a
commit f720401369
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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
+1 -1
View File
@@ -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)