diff --git a/custom_components/lifesmart-iot/__init__.py b/custom_components/lifesmart/__init__.py similarity index 100% rename from custom_components/lifesmart-iot/__init__.py rename to custom_components/lifesmart/__init__.py diff --git a/custom_components/lifesmart-iot/binary_sensor.py b/custom_components/lifesmart/binary_sensor.py similarity index 100% rename from custom_components/lifesmart-iot/binary_sensor.py rename to custom_components/lifesmart/binary_sensor.py diff --git a/custom_components/lifesmart-iot/climate.py b/custom_components/lifesmart/climate.py similarity index 100% rename from custom_components/lifesmart-iot/climate.py rename to custom_components/lifesmart/climate.py diff --git a/custom_components/lifesmart-iot/config_flow.py b/custom_components/lifesmart/config_flow.py similarity index 100% rename from custom_components/lifesmart-iot/config_flow.py rename to custom_components/lifesmart/config_flow.py diff --git a/custom_components/lifesmart-iot/const.py b/custom_components/lifesmart/const.py similarity index 100% rename from custom_components/lifesmart-iot/const.py rename to custom_components/lifesmart/const.py diff --git a/custom_components/lifesmart-iot/cover.py b/custom_components/lifesmart/cover.py similarity index 100% rename from custom_components/lifesmart-iot/cover.py rename to custom_components/lifesmart/cover.py diff --git a/custom_components/lifesmart-iot/lifesmart_client.py b/custom_components/lifesmart/lifesmart_client.py similarity index 100% rename from custom_components/lifesmart-iot/lifesmart_client.py rename to custom_components/lifesmart/lifesmart_client.py diff --git a/custom_components/lifesmart-iot/light.py b/custom_components/lifesmart/light.py similarity index 100% rename from custom_components/lifesmart-iot/light.py rename to custom_components/lifesmart/light.py diff --git a/custom_components/lifesmart-iot/manifest.json b/custom_components/lifesmart/manifest.json similarity index 83% rename from custom_components/lifesmart-iot/manifest.json rename to custom_components/lifesmart/manifest.json index 42fcf04..e5d29c9 100644 --- a/custom_components/lifesmart-iot/manifest.json +++ b/custom_components/lifesmart/manifest.json @@ -1,6 +1,6 @@ { - "domain": "lifesmart-iot", - "name": "iLifeSmart Devices Integration", + "domain": "lifesmart", + "name": "LifeSmart Devices Integration", "codeowners": [ "@MapleEve" ], diff --git a/custom_components/lifesmart-iot/sensor.py b/custom_components/lifesmart/sensor.py similarity index 100% rename from custom_components/lifesmart-iot/sensor.py rename to custom_components/lifesmart/sensor.py diff --git a/custom_components/lifesmart-iot/services.yaml b/custom_components/lifesmart/services.yaml similarity index 100% rename from custom_components/lifesmart-iot/services.yaml rename to custom_components/lifesmart/services.yaml diff --git a/custom_components/lifesmart-iot/switch.py b/custom_components/lifesmart/switch.py similarity index 100% rename from custom_components/lifesmart-iot/switch.py rename to custom_components/lifesmart/switch.py diff --git a/custom_components/lifesmart-iot/translations/en.json b/custom_components/lifesmart/translations/en.json similarity index 100% rename from custom_components/lifesmart-iot/translations/en.json rename to custom_components/lifesmart/translations/en.json diff --git a/custom_components/lifesmart-iot/translations/zh-Hans.json b/custom_components/lifesmart/translations/zh-Hans.json similarity index 100% rename from custom_components/lifesmart-iot/translations/zh-Hans.json rename to custom_components/lifesmart/translations/zh-Hans.json