diff --git a/tests/test_init.py b/tests/test_init.py index 9b19e5c..79dbb7a 100644 --- a/tests/test_init.py +++ b/tests/test_init.py @@ -1,6 +1,6 @@ """Test component setup.""" from homeassistant.setup import async_setup_component -from custom_components.wundersmart.const import DOMAIN +from custom_components.wundasmart.const import DOMAIN async def test_async_setup(hass, config):