From 17312153ffa5e5b1f2cfd278d9e5ea76d24c56c0 Mon Sep 17 00:00:00 2001 From: Zane V Date: Sun, 17 May 2026 17:55:24 -0400 Subject: [PATCH] fix structure --- __init__.py => custom_components/jibo/__init__.py | 0 {brand => custom_components/jibo/brand}/icon.png | Bin {brand => custom_components/jibo/brand}/logo.png | Bin .../jibo/config_flow.py | 0 const.py => custom_components/jibo/const.py | 0 .../jibo/manifest.json | 0 .../jibo/services.yaml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => custom_components/jibo/__init__.py (100%) rename {brand => custom_components/jibo/brand}/icon.png (100%) rename {brand => custom_components/jibo/brand}/logo.png (100%) rename config_flow.py => custom_components/jibo/config_flow.py (100%) rename const.py => custom_components/jibo/const.py (100%) rename manifest.json => custom_components/jibo/manifest.json (100%) rename services.yaml => custom_components/jibo/services.yaml (100%) diff --git a/__init__.py b/custom_components/jibo/__init__.py similarity index 100% rename from __init__.py rename to custom_components/jibo/__init__.py diff --git a/brand/icon.png b/custom_components/jibo/brand/icon.png similarity index 100% rename from brand/icon.png rename to custom_components/jibo/brand/icon.png diff --git a/brand/logo.png b/custom_components/jibo/brand/logo.png similarity index 100% rename from brand/logo.png rename to custom_components/jibo/brand/logo.png diff --git a/config_flow.py b/custom_components/jibo/config_flow.py similarity index 100% rename from config_flow.py rename to custom_components/jibo/config_flow.py diff --git a/const.py b/custom_components/jibo/const.py similarity index 100% rename from const.py rename to custom_components/jibo/const.py diff --git a/manifest.json b/custom_components/jibo/manifest.json similarity index 100% rename from manifest.json rename to custom_components/jibo/manifest.json diff --git a/services.yaml b/custom_components/jibo/services.yaml similarity index 100% rename from services.yaml rename to custom_components/jibo/services.yaml