diff --git a/multimatic/__init__.py b/custom_components/multimatic/__init__.py similarity index 100% rename from multimatic/__init__.py rename to custom_components/multimatic/__init__.py diff --git a/multimatic/binary_sensor.py b/custom_components/multimatic/binary_sensor.py similarity index 100% rename from multimatic/binary_sensor.py rename to custom_components/multimatic/binary_sensor.py diff --git a/multimatic/climate.py b/custom_components/multimatic/climate.py similarity index 100% rename from multimatic/climate.py rename to custom_components/multimatic/climate.py diff --git a/multimatic/config_flow.py b/custom_components/multimatic/config_flow.py similarity index 100% rename from multimatic/config_flow.py rename to custom_components/multimatic/config_flow.py diff --git a/multimatic/const.py b/custom_components/multimatic/const.py similarity index 100% rename from multimatic/const.py rename to custom_components/multimatic/const.py diff --git a/multimatic/entities.py b/custom_components/multimatic/entities.py similarity index 100% rename from multimatic/entities.py rename to custom_components/multimatic/entities.py diff --git a/multimatic/fan.py b/custom_components/multimatic/fan.py similarity index 100% rename from multimatic/fan.py rename to custom_components/multimatic/fan.py diff --git a/multimatic/hub.py b/custom_components/multimatic/hub.py similarity index 100% rename from multimatic/hub.py rename to custom_components/multimatic/hub.py diff --git a/multimatic/manifest.json b/custom_components/multimatic/manifest.json similarity index 62% rename from multimatic/manifest.json rename to custom_components/multimatic/manifest.json index 7ca3406..323aafc 100644 --- a/multimatic/manifest.json +++ b/custom_components/multimatic/manifest.json @@ -2,7 +2,8 @@ "domain": "multimatic", "name": "Multimatic", "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/multimatic", + "documentation": "https://github.com/thomasgermain/vaillant-component", + "issue_tracker": "https://github.com/thomasgermain/vaillant-component/issues", "requirements": [ "pymultimatic==0.3.2" ], @@ -14,4 +15,4 @@ "@thomasgermain" ], "version": "1.5.0" -} \ No newline at end of file +} diff --git a/multimatic/sensor.py b/custom_components/multimatic/sensor.py similarity index 100% rename from multimatic/sensor.py rename to custom_components/multimatic/sensor.py diff --git a/multimatic/service.py b/custom_components/multimatic/service.py similarity index 100% rename from multimatic/service.py rename to custom_components/multimatic/service.py diff --git a/multimatic/services.yaml b/custom_components/multimatic/services.yaml similarity index 100% rename from multimatic/services.yaml rename to custom_components/multimatic/services.yaml diff --git a/multimatic/strings.json b/custom_components/multimatic/strings.json similarity index 100% rename from multimatic/strings.json rename to custom_components/multimatic/strings.json diff --git a/multimatic/translations/bg.json b/custom_components/multimatic/translations/bg.json similarity index 100% rename from multimatic/translations/bg.json rename to custom_components/multimatic/translations/bg.json diff --git a/multimatic/translations/ca.json b/custom_components/multimatic/translations/ca.json similarity index 100% rename from multimatic/translations/ca.json rename to custom_components/multimatic/translations/ca.json diff --git a/multimatic/translations/cs.json b/custom_components/multimatic/translations/cs.json similarity index 100% rename from multimatic/translations/cs.json rename to custom_components/multimatic/translations/cs.json diff --git a/multimatic/translations/da.json b/custom_components/multimatic/translations/da.json similarity index 100% rename from multimatic/translations/da.json rename to custom_components/multimatic/translations/da.json diff --git a/multimatic/translations/de.json b/custom_components/multimatic/translations/de.json similarity index 100% rename from multimatic/translations/de.json rename to custom_components/multimatic/translations/de.json diff --git a/multimatic/translations/en.json b/custom_components/multimatic/translations/en.json similarity index 100% rename from multimatic/translations/en.json rename to custom_components/multimatic/translations/en.json diff --git a/multimatic/translations/es.json b/custom_components/multimatic/translations/es.json similarity index 100% rename from multimatic/translations/es.json rename to custom_components/multimatic/translations/es.json diff --git a/multimatic/translations/fr.json b/custom_components/multimatic/translations/fr.json similarity index 100% rename from multimatic/translations/fr.json rename to custom_components/multimatic/translations/fr.json diff --git a/multimatic/translations/it.json b/custom_components/multimatic/translations/it.json similarity index 100% rename from multimatic/translations/it.json rename to custom_components/multimatic/translations/it.json diff --git a/multimatic/translations/ko.json b/custom_components/multimatic/translations/ko.json similarity index 100% rename from multimatic/translations/ko.json rename to custom_components/multimatic/translations/ko.json diff --git a/multimatic/translations/lb.json b/custom_components/multimatic/translations/lb.json similarity index 100% rename from multimatic/translations/lb.json rename to custom_components/multimatic/translations/lb.json diff --git a/multimatic/translations/nl.json b/custom_components/multimatic/translations/nl.json similarity index 100% rename from multimatic/translations/nl.json rename to custom_components/multimatic/translations/nl.json diff --git a/multimatic/translations/nn.json b/custom_components/multimatic/translations/nn.json similarity index 100% rename from multimatic/translations/nn.json rename to custom_components/multimatic/translations/nn.json diff --git a/multimatic/translations/no.json b/custom_components/multimatic/translations/no.json similarity index 100% rename from multimatic/translations/no.json rename to custom_components/multimatic/translations/no.json diff --git a/multimatic/translations/pl.json b/custom_components/multimatic/translations/pl.json similarity index 100% rename from multimatic/translations/pl.json rename to custom_components/multimatic/translations/pl.json diff --git a/multimatic/translations/pt-BR.json b/custom_components/multimatic/translations/pt-BR.json similarity index 100% rename from multimatic/translations/pt-BR.json rename to custom_components/multimatic/translations/pt-BR.json diff --git a/multimatic/translations/pt.json b/custom_components/multimatic/translations/pt.json similarity index 100% rename from multimatic/translations/pt.json rename to custom_components/multimatic/translations/pt.json diff --git a/multimatic/translations/ru.json b/custom_components/multimatic/translations/ru.json similarity index 100% rename from multimatic/translations/ru.json rename to custom_components/multimatic/translations/ru.json diff --git a/multimatic/translations/sl.json b/custom_components/multimatic/translations/sl.json similarity index 100% rename from multimatic/translations/sl.json rename to custom_components/multimatic/translations/sl.json diff --git a/multimatic/translations/zh-Hant.json b/custom_components/multimatic/translations/zh-Hant.json similarity index 100% rename from multimatic/translations/zh-Hant.json rename to custom_components/multimatic/translations/zh-Hant.json diff --git a/multimatic/utils.py b/custom_components/multimatic/utils.py similarity index 100% rename from multimatic/utils.py rename to custom_components/multimatic/utils.py diff --git a/multimatic/water_heater.py b/custom_components/multimatic/water_heater.py similarity index 100% rename from multimatic/water_heater.py rename to custom_components/multimatic/water_heater.py diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..dd0bdb2 --- /dev/null +++ b/hacs.json @@ -0,0 +1,6 @@ +{ + "name": "multimatic", + "domains": ["binary_sensor", "climate", "fan", "sensor", "water_heater"], + "render_readme": true, + "iot_class": "Cloud Polling" +}