diff --git a/__init__.py b/custom_components/jibo/__init__.py similarity index 100% rename from __init__.py rename to custom_components/jibo/__init__.py diff --git a/brand/icon.png b/custom_components/jibo/brand/icon.png similarity index 100% rename from brand/icon.png rename to custom_components/jibo/brand/icon.png diff --git a/brand/logo.png b/custom_components/jibo/brand/logo.png similarity index 100% rename from brand/logo.png rename to custom_components/jibo/brand/logo.png diff --git a/config_flow.py b/custom_components/jibo/config_flow.py similarity index 100% rename from config_flow.py rename to custom_components/jibo/config_flow.py diff --git a/const.py b/custom_components/jibo/const.py similarity index 100% rename from const.py rename to custom_components/jibo/const.py diff --git a/manifest.json b/custom_components/jibo/manifest.json similarity index 100% rename from manifest.json rename to custom_components/jibo/manifest.json diff --git a/services.yaml b/custom_components/jibo/services.yaml similarity index 100% rename from services.yaml rename to custom_components/jibo/services.yaml