diff --git a/custom_components/vorwerk/__init__.py b/__init__.py similarity index 100% rename from custom_components/vorwerk/__init__.py rename to __init__.py diff --git a/custom_components/vorwerk/authsession.py b/authsession.py similarity index 100% rename from custom_components/vorwerk/authsession.py rename to authsession.py diff --git a/custom_components/vorwerk/config_flow.py b/config_flow.py similarity index 100% rename from custom_components/vorwerk/config_flow.py rename to config_flow.py diff --git a/custom_components/vorwerk/const.py b/const.py similarity index 100% rename from custom_components/vorwerk/const.py rename to const.py diff --git a/custom_components/vorwerk/manifest.json b/manifest.json similarity index 100% rename from custom_components/vorwerk/manifest.json rename to manifest.json diff --git a/custom_components/vorwerk/sensor.py b/sensor.py similarity index 100% rename from custom_components/vorwerk/sensor.py rename to sensor.py diff --git a/custom_components/vorwerk/services.yaml b/services.yaml similarity index 100% rename from custom_components/vorwerk/services.yaml rename to services.yaml diff --git a/custom_components/vorwerk/strings.json b/strings.json similarity index 100% rename from custom_components/vorwerk/strings.json rename to strings.json diff --git a/custom_components/vorwerk/switch.py b/switch.py similarity index 100% rename from custom_components/vorwerk/switch.py rename to switch.py diff --git a/custom_components/vorwerk/translations/de.json b/translations/de.json similarity index 100% rename from custom_components/vorwerk/translations/de.json rename to translations/de.json diff --git a/custom_components/vorwerk/translations/en.json b/translations/en.json similarity index 100% rename from custom_components/vorwerk/translations/en.json rename to translations/en.json diff --git a/custom_components/vorwerk/vacuum.py b/vacuum.py similarity index 100% rename from custom_components/vorwerk/vacuum.py rename to vacuum.py