From 67e57d7ea659de47a0e7defddc82ac7effc9a723 Mon Sep 17 00:00:00 2001 From: Krisjanis Lejejs Date: Sun, 26 Dec 2021 21:37:23 +0200 Subject: [PATCH] Updated folder structure, manifest requirements --- custom_components/{thermia_heat_pump => thermia}/__init__.py | 0 custom_components/{thermia_heat_pump => thermia}/manifest.json | 2 +- .../{thermia_heat_pump => thermia}/water_heater.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename custom_components/{thermia_heat_pump => thermia}/__init__.py (100%) rename custom_components/{thermia_heat_pump => thermia}/manifest.json (86%) rename custom_components/{thermia_heat_pump => thermia}/water_heater.py (100%) 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