From 2d66d68193e2e875b7776b9eeb5b2bef50e63553 Mon Sep 17 00:00:00 2001 From: Jeef Date: Mon, 26 Feb 2024 15:35:18 -0700 Subject: [PATCH] Copied switchbot by moving weatherflow to core/brands and thenadding 2 (#5035) symlinks --- .../weatherflow/icon.png | Bin .../weatherflow/icon@2x.png | Bin .../weatherflow/logo.png | Bin .../weatherflow/logo@2x.png | Bin core_integrations/weatherflow | 1 + core_integrations/weatherflow_cloud | 1 + 6 files changed, 2 insertions(+) rename {core_integrations => core_brands}/weatherflow/icon.png (100%) rename {core_integrations => core_brands}/weatherflow/icon@2x.png (100%) rename {core_integrations => core_brands}/weatherflow/logo.png (100%) rename {core_integrations => core_brands}/weatherflow/logo@2x.png (100%) create mode 120000 core_integrations/weatherflow create mode 120000 core_integrations/weatherflow_cloud diff --git a/core_integrations/weatherflow/icon.png b/core_brands/weatherflow/icon.png similarity index 100% rename from core_integrations/weatherflow/icon.png rename to core_brands/weatherflow/icon.png diff --git a/core_integrations/weatherflow/icon@2x.png b/core_brands/weatherflow/icon@2x.png similarity index 100% rename from core_integrations/weatherflow/icon@2x.png rename to core_brands/weatherflow/icon@2x.png diff --git a/core_integrations/weatherflow/logo.png b/core_brands/weatherflow/logo.png similarity index 100% rename from core_integrations/weatherflow/logo.png rename to core_brands/weatherflow/logo.png diff --git a/core_integrations/weatherflow/logo@2x.png b/core_brands/weatherflow/logo@2x.png similarity index 100% rename from core_integrations/weatherflow/logo@2x.png rename to core_brands/weatherflow/logo@2x.png diff --git a/core_integrations/weatherflow b/core_integrations/weatherflow new file mode 120000 index 00000000..5e682dba --- /dev/null +++ b/core_integrations/weatherflow @@ -0,0 +1 @@ +../core_brands/weatherflow \ No newline at end of file diff --git a/core_integrations/weatherflow_cloud b/core_integrations/weatherflow_cloud new file mode 120000 index 00000000..5e682dba --- /dev/null +++ b/core_integrations/weatherflow_cloud @@ -0,0 +1 @@ +../core_brands/weatherflow \ No newline at end of file