diff --git a/__pycache__/__init__.cpython-312.pyc b/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d306f80..0000000 Binary files a/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/config_flow.cpython-312.pyc b/__pycache__/config_flow.cpython-312.pyc deleted file mode 100644 index 290de81..0000000 Binary files a/__pycache__/config_flow.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/const.cpython-312.pyc b/__pycache__/const.cpython-312.pyc deleted file mode 100644 index ad56f0b..0000000 Binary files a/__pycache__/const.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/sensor.cpython-312.pyc b/__pycache__/sensor.cpython-312.pyc deleted file mode 100644 index b54703c..0000000 Binary files a/__pycache__/sensor.cpython-312.pyc and /dev/null differ diff --git a/__pycache__/switch.cpython-312.pyc b/__pycache__/switch.cpython-312.pyc deleted file mode 100644 index 3f73f3c..0000000 Binary files a/__pycache__/switch.cpython-312.pyc and /dev/null differ diff --git a/__init__.py b/custom_components/harvst_watermate/__init__.py similarity index 100% rename from __init__.py rename to custom_components/harvst_watermate/__init__.py diff --git a/config_flow.py b/custom_components/harvst_watermate/config_flow.py similarity index 100% rename from config_flow.py rename to custom_components/harvst_watermate/config_flow.py diff --git a/const.py b/custom_components/harvst_watermate/const.py similarity index 100% rename from const.py rename to custom_components/harvst_watermate/const.py diff --git a/manifest.json b/custom_components/harvst_watermate/manifest.json similarity index 100% rename from manifest.json rename to custom_components/harvst_watermate/manifest.json diff --git a/sensor.py b/custom_components/harvst_watermate/sensor.py similarity index 100% rename from sensor.py rename to custom_components/harvst_watermate/sensor.py diff --git a/strings.json b/custom_components/harvst_watermate/strings.json similarity index 100% rename from strings.json rename to custom_components/harvst_watermate/strings.json diff --git a/switch.py b/custom_components/harvst_watermate/switch.py similarity index 100% rename from switch.py rename to custom_components/harvst_watermate/switch.py diff --git a/translations/en.json b/custom_components/harvst_watermate/translations/en.json similarity index 100% rename from translations/en.json rename to custom_components/harvst_watermate/translations/en.json