diff --git a/vendors/home_assistant_integration/__init__.py b/custom_components/immersive_home/__init__.py similarity index 100% rename from vendors/home_assistant_integration/__init__.py rename to custom_components/immersive_home/__init__.py diff --git a/vendors/home_assistant_integration/config_flow.py b/custom_components/immersive_home/config_flow.py similarity index 100% rename from vendors/home_assistant_integration/config_flow.py rename to custom_components/immersive_home/config_flow.py diff --git a/vendors/home_assistant_integration/const.py b/custom_components/immersive_home/const.py similarity index 100% rename from vendors/home_assistant_integration/const.py rename to custom_components/immersive_home/const.py diff --git a/vendors/home_assistant_integration/hub.py b/custom_components/immersive_home/hub.py similarity index 100% rename from vendors/home_assistant_integration/hub.py rename to custom_components/immersive_home/hub.py diff --git a/vendors/home_assistant_integration/manifest.json b/custom_components/immersive_home/manifest.json similarity index 100% rename from vendors/home_assistant_integration/manifest.json rename to custom_components/immersive_home/manifest.json diff --git a/vendors/home_assistant_integration/sensor.py b/custom_components/immersive_home/sensor.py similarity index 100% rename from vendors/home_assistant_integration/sensor.py rename to custom_components/immersive_home/sensor.py diff --git a/vendors/home_assistant_integration/strings.json b/custom_components/immersive_home/strings.json similarity index 100% rename from vendors/home_assistant_integration/strings.json rename to custom_components/immersive_home/strings.json diff --git a/vendors/home_assistant_integration/websocket_api.py b/custom_components/immersive_home/websocket_api.py similarity index 100% rename from vendors/home_assistant_integration/websocket_api.py rename to custom_components/immersive_home/websocket_api.py