diff --git a/custom_components/thermia_heat_pump/__init__.py b/custom_components/thermia/__init__.py similarity index 100% rename from custom_components/thermia_heat_pump/__init__.py rename to custom_components/thermia/__init__.py diff --git a/custom_components/thermia_heat_pump/manifest.json b/custom_components/thermia/manifest.json similarity index 86% rename from custom_components/thermia_heat_pump/manifest.json rename to custom_components/thermia/manifest.json index 2f03afb..abefb97 100644 --- a/custom_components/thermia_heat_pump/manifest.json +++ b/custom_components/thermia/manifest.json @@ -6,7 +6,7 @@ "dependencies": [], "after_dependencies": [], "codeowners": ["@klejejs"], - "requirements": ["ThermiaOnlineAPI===1.7"], + "requirements": ["ThermiaOnlineAPI==1.7"], "version": "1.0", "iot_class": "cloud_polling" } \ No newline at end of file diff --git a/custom_components/thermia_heat_pump/water_heater.py b/custom_components/thermia/water_heater.py similarity index 100% rename from custom_components/thermia_heat_pump/water_heater.py rename to custom_components/thermia/water_heater.py