diff --git a/custom_components/sonos_cloud/__init__.py b/custom_components/sonos_cloud/__init__.py index febe0ac..3f0a844 100644 --- a/custom_components/sonos_cloud/__init__.py +++ b/custom_components/sonos_cloud/__init__.py @@ -52,7 +52,9 @@ async def async_setup(hass: HomeAssistant, config: dict[str, Any]) -> bool: ), ) - _LOGGER.warning("Application Credentials have been imported and can be removed from configuration.yaml") + _LOGGER.warning( + "Application Credentials have been imported and can be removed from configuration.yaml" + ) return True