diff --git a/custom_components/ecowitt/__init__.py b/custom_components/integration_ecowitt/__init__.py similarity index 100% rename from custom_components/ecowitt/__init__.py rename to custom_components/integration_ecowitt/__init__.py diff --git a/custom_components/ecowitt/binary_sensor.py b/custom_components/integration_ecowitt/binary_sensor.py similarity index 100% rename from custom_components/ecowitt/binary_sensor.py rename to custom_components/integration_ecowitt/binary_sensor.py diff --git a/custom_components/ecowitt/config_flow.py b/custom_components/integration_ecowitt/config_flow.py similarity index 100% rename from custom_components/ecowitt/config_flow.py rename to custom_components/integration_ecowitt/config_flow.py diff --git a/custom_components/ecowitt/const.py b/custom_components/integration_ecowitt/const.py similarity index 100% rename from custom_components/ecowitt/const.py rename to custom_components/integration_ecowitt/const.py diff --git a/custom_components/ecowitt/manifest.json b/custom_components/integration_ecowitt/manifest.json similarity index 85% rename from custom_components/ecowitt/manifest.json rename to custom_components/integration_ecowitt/manifest.json index acb9497..11427c6 100644 --- a/custom_components/ecowitt/manifest.json +++ b/custom_components/integration_ecowitt/manifest.json @@ -1,5 +1,5 @@ { - "domain": "ecowitt", + "domain": "integration_ecowitt", "name": "Ecowitt Weather Station", "codeowners": ["@garbled1", "@PoppyPop"], "config_flow": true, @@ -7,5 +7,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/PoppyPop/homeassistant_ecowitt/issues", "requirements": ["pyecowitt==0.14"], - "version": "0.2.0" + "version": "0.2.1" } diff --git a/custom_components/ecowitt/schemas.py b/custom_components/integration_ecowitt/schemas.py similarity index 100% rename from custom_components/ecowitt/schemas.py rename to custom_components/integration_ecowitt/schemas.py diff --git a/custom_components/ecowitt/sensor.py b/custom_components/integration_ecowitt/sensor.py similarity index 100% rename from custom_components/ecowitt/sensor.py rename to custom_components/integration_ecowitt/sensor.py diff --git a/custom_components/ecowitt/translations/en.json b/custom_components/integration_ecowitt/translations/en.json similarity index 100% rename from custom_components/ecowitt/translations/en.json rename to custom_components/integration_ecowitt/translations/en.json