diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json index 72941c5a55234..f38ce35f56e9d 100644 --- a/homeassistant/components/cloud/manifest.json +++ b/homeassistant/components/cloud/manifest.json @@ -12,7 +12,7 @@ "documentation": "https://www.home-assistant.io/integrations/cloud", "integration_type": "system", "iot_class": "cloud_push", - "loggers": ["acme", "hass_nabucasa", "snitun"], + "loggers": ["acme", "snitun", "hass_nabucasa"], "requirements": ["hass-nabucasa==2.2.0", "openai==2.21.0"], "single_config_entry": true } diff --git a/tests/components/cloud/conftest.py b/tests/components/cloud/conftest.py index 0610567fe9bba..d2b0f7afa21de 100644 --- a/tests/components/cloud/conftest.py +++ b/tests/components/cloud/conftest.py @@ -1,4 +1,5 @@ """Fixtures for cloud tests.""" +# DNM: empirical test of split_tests cache full-bust path. from collections.abc import AsyncGenerator, Callable, Coroutine, Generator from pathlib import Path