diff --git a/custom_components/sleepd/__init__.py b/custom_components/saas/__init__.py similarity index 100% rename from custom_components/sleepd/__init__.py rename to custom_components/saas/__init__.py diff --git a/custom_components/sleepd/button.py b/custom_components/saas/button.py similarity index 100% rename from custom_components/sleepd/button.py rename to custom_components/saas/button.py diff --git a/custom_components/sleepd/config_flow.py b/custom_components/saas/config_flow.py similarity index 100% rename from custom_components/sleepd/config_flow.py rename to custom_components/saas/config_flow.py diff --git a/custom_components/sleepd/const.py b/custom_components/saas/const.py similarity index 99% rename from custom_components/sleepd/const.py rename to custom_components/saas/const.py index 14ce618..b3f059c 100644 --- a/custom_components/sleepd/const.py +++ b/custom_components/saas/const.py @@ -1,6 +1,6 @@ """Constants for the sleepd - Sleep As Android Stats integration.""" -DOMAIN = "sleepd" +DOMAIN = "saas" INTEGRATION_NAME = "sleepd - Sleep As Android Stats" MODEL = "sleepd - Version 0.0.1" diff --git a/custom_components/sleepd/manifest.json b/custom_components/saas/manifest.json similarity index 93% rename from custom_components/sleepd/manifest.json rename to custom_components/saas/manifest.json index ec11e10..3b5e27f 100644 --- a/custom_components/sleepd/manifest.json +++ b/custom_components/saas/manifest.json @@ -1,5 +1,5 @@ { - "domain": "sleepd", + "domain": "saas", "name": "sleepd - Sleep As Android Status", "codeowners": ["@sudoxnym"], "config_flow": true, diff --git a/custom_components/sleepd/sensor.py b/custom_components/saas/sensor.py similarity index 100% rename from custom_components/sleepd/sensor.py rename to custom_components/saas/sensor.py diff --git a/custom_components/sleepd/services.py b/custom_components/saas/services.py similarity index 100% rename from custom_components/sleepd/services.py rename to custom_components/saas/services.py diff --git a/custom_components/sleepd/services.yaml b/custom_components/saas/services.yaml similarity index 100% rename from custom_components/sleepd/services.yaml rename to custom_components/saas/services.yaml diff --git a/custom_components/sleepd/translations/ar.json b/custom_components/saas/translations/ar.json similarity index 100% rename from custom_components/sleepd/translations/ar.json rename to custom_components/saas/translations/ar.json diff --git a/custom_components/sleepd/translations/de.json b/custom_components/saas/translations/de.json similarity index 100% rename from custom_components/sleepd/translations/de.json rename to custom_components/saas/translations/de.json diff --git a/custom_components/sleepd/translations/en.json b/custom_components/saas/translations/en.json similarity index 100% rename from custom_components/sleepd/translations/en.json rename to custom_components/saas/translations/en.json diff --git a/custom_components/sleepd/translations/es.json b/custom_components/saas/translations/es.json similarity index 100% rename from custom_components/sleepd/translations/es.json rename to custom_components/saas/translations/es.json diff --git a/custom_components/sleepd/translations/fr.json b/custom_components/saas/translations/fr.json similarity index 100% rename from custom_components/sleepd/translations/fr.json rename to custom_components/saas/translations/fr.json diff --git a/custom_components/sleepd/translations/it.json b/custom_components/saas/translations/it.json similarity index 100% rename from custom_components/sleepd/translations/it.json rename to custom_components/saas/translations/it.json diff --git a/custom_components/sleepd/translations/ja.json b/custom_components/saas/translations/ja.json similarity index 100% rename from custom_components/sleepd/translations/ja.json rename to custom_components/saas/translations/ja.json diff --git a/custom_components/sleepd/translations/ko.json b/custom_components/saas/translations/ko.json similarity index 100% rename from custom_components/sleepd/translations/ko.json rename to custom_components/saas/translations/ko.json diff --git a/custom_components/sleepd/translations/nl.json b/custom_components/saas/translations/nl.json similarity index 100% rename from custom_components/sleepd/translations/nl.json rename to custom_components/saas/translations/nl.json diff --git a/custom_components/sleepd/translations/pl.json b/custom_components/saas/translations/pl.json similarity index 100% rename from custom_components/sleepd/translations/pl.json rename to custom_components/saas/translations/pl.json diff --git a/custom_components/sleepd/translations/pt.json b/custom_components/saas/translations/pt.json similarity index 100% rename from custom_components/sleepd/translations/pt.json rename to custom_components/saas/translations/pt.json diff --git a/custom_components/sleepd/translations/pue.json b/custom_components/saas/translations/pue.json similarity index 100% rename from custom_components/sleepd/translations/pue.json rename to custom_components/saas/translations/pue.json diff --git a/custom_components/sleepd/translations/ru.json b/custom_components/saas/translations/ru.json similarity index 100% rename from custom_components/sleepd/translations/ru.json rename to custom_components/saas/translations/ru.json diff --git a/custom_components/sleepd/translations/sv.json b/custom_components/saas/translations/sv.json similarity index 100% rename from custom_components/sleepd/translations/sv.json rename to custom_components/saas/translations/sv.json diff --git a/custom_components/sleepd/translations/zh.json b/custom_components/saas/translations/zh.json similarity index 100% rename from custom_components/sleepd/translations/zh.json rename to custom_components/saas/translations/zh.json