diff --git a/.gitignore b/.gitignore index e719a55..9fc1dff 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ custom_components/fpl/__pycache__/ .vscode/launch.json test.py + +custom_components/fpl1/__pycache__/ diff --git a/custom_components/fpl/TestSensor.py b/custom_components/fpl1/TestSensor.py similarity index 100% rename from custom_components/fpl/TestSensor.py rename to custom_components/fpl1/TestSensor.py diff --git a/custom_components/fpl/__init__.py b/custom_components/fpl1/__init__.py similarity index 100% rename from custom_components/fpl/__init__.py rename to custom_components/fpl1/__init__.py diff --git a/custom_components/fpl/config_flow.py b/custom_components/fpl1/config_flow.py similarity index 100% rename from custom_components/fpl/config_flow.py rename to custom_components/fpl1/config_flow.py diff --git a/custom_components/fpl/const.py b/custom_components/fpl1/const.py similarity index 100% rename from custom_components/fpl/const.py rename to custom_components/fpl1/const.py diff --git a/custom_components/fpl/fplDataUpdateCoordinator.py b/custom_components/fpl1/fplDataUpdateCoordinator.py similarity index 100% rename from custom_components/fpl/fplDataUpdateCoordinator.py rename to custom_components/fpl1/fplDataUpdateCoordinator.py diff --git a/custom_components/fpl/fplEntity.py b/custom_components/fpl1/fplEntity.py similarity index 100% rename from custom_components/fpl/fplEntity.py rename to custom_components/fpl1/fplEntity.py diff --git a/custom_components/fpl/fplapi.py b/custom_components/fpl1/fplapi.py similarity index 100% rename from custom_components/fpl/fplapi.py rename to custom_components/fpl1/fplapi.py diff --git a/custom_components/fpl/manifest.json b/custom_components/fpl1/manifest.json similarity index 100% rename from custom_components/fpl/manifest.json rename to custom_components/fpl1/manifest.json diff --git a/custom_components/fpl/sensor.py b/custom_components/fpl1/sensor.py similarity index 100% rename from custom_components/fpl/sensor.py rename to custom_components/fpl1/sensor.py diff --git a/custom_components/fpl/sensor_AverageDailySensor.py b/custom_components/fpl1/sensor_AverageDailySensor.py similarity index 100% rename from custom_components/fpl/sensor_AverageDailySensor.py rename to custom_components/fpl1/sensor_AverageDailySensor.py diff --git a/custom_components/fpl/sensor_DailyUsageSensor.py b/custom_components/fpl1/sensor_DailyUsageSensor.py similarity index 100% rename from custom_components/fpl/sensor_DailyUsageSensor.py rename to custom_components/fpl1/sensor_DailyUsageSensor.py diff --git a/custom_components/fpl/sensor_DatesSensor.py b/custom_components/fpl1/sensor_DatesSensor.py similarity index 100% rename from custom_components/fpl/sensor_DatesSensor.py rename to custom_components/fpl1/sensor_DatesSensor.py diff --git a/custom_components/fpl/sensor_KWHSensor.py b/custom_components/fpl1/sensor_KWHSensor.py similarity index 100% rename from custom_components/fpl/sensor_KWHSensor.py rename to custom_components/fpl1/sensor_KWHSensor.py diff --git a/custom_components/fpl/sensor_ProjectedBillSensor.py b/custom_components/fpl1/sensor_ProjectedBillSensor.py similarity index 100% rename from custom_components/fpl/sensor_ProjectedBillSensor.py rename to custom_components/fpl1/sensor_ProjectedBillSensor.py diff --git a/custom_components/fpl/translations/en.json b/custom_components/fpl1/translations/en.json similarity index 100% rename from custom_components/fpl/translations/en.json rename to custom_components/fpl1/translations/en.json