From 72539113d00ddb6adf52585b5029069811819eb5 Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 9 Oct 2024 12:55:01 +0200 Subject: [PATCH] Merge remote-tracking branch 'origin/main' --- {custom_component => custom_components}/crtm/__init__.py | 0 {custom_component => custom_components}/crtm/config_flow.py | 0 {custom_component => custom_components}/crtm/const.py | 0 {custom_component => custom_components}/crtm/manifest.json | 0 {custom_component => custom_components}/crtm/sensor.py | 0 {custom_component => custom_components}/crtm/translations/en.json | 0 {custom_component => custom_components}/crtm/translations/es.json | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {custom_component => custom_components}/crtm/__init__.py (100%) rename {custom_component => custom_components}/crtm/config_flow.py (100%) rename {custom_component => custom_components}/crtm/const.py (100%) rename {custom_component => custom_components}/crtm/manifest.json (100%) rename {custom_component => custom_components}/crtm/sensor.py (100%) rename {custom_component => custom_components}/crtm/translations/en.json (100%) rename {custom_component => custom_components}/crtm/translations/es.json (100%) diff --git a/custom_component/crtm/__init__.py b/custom_components/crtm/__init__.py similarity index 100% rename from custom_component/crtm/__init__.py rename to custom_components/crtm/__init__.py diff --git a/custom_component/crtm/config_flow.py b/custom_components/crtm/config_flow.py similarity index 100% rename from custom_component/crtm/config_flow.py rename to custom_components/crtm/config_flow.py diff --git a/custom_component/crtm/const.py b/custom_components/crtm/const.py similarity index 100% rename from custom_component/crtm/const.py rename to custom_components/crtm/const.py diff --git a/custom_component/crtm/manifest.json b/custom_components/crtm/manifest.json similarity index 100% rename from custom_component/crtm/manifest.json rename to custom_components/crtm/manifest.json diff --git a/custom_component/crtm/sensor.py b/custom_components/crtm/sensor.py similarity index 100% rename from custom_component/crtm/sensor.py rename to custom_components/crtm/sensor.py diff --git a/custom_component/crtm/translations/en.json b/custom_components/crtm/translations/en.json similarity index 100% rename from custom_component/crtm/translations/en.json rename to custom_components/crtm/translations/en.json diff --git a/custom_component/crtm/translations/es.json b/custom_components/crtm/translations/es.json similarity index 100% rename from custom_component/crtm/translations/es.json rename to custom_components/crtm/translations/es.json