From a5b65578557b5d95f0358da38809e64ea9cc7841 Mon Sep 17 00:00:00 2001 From: Dirk Sarodnick Date: Sun, 31 Mar 2024 03:49:19 +0200 Subject: [PATCH] prepared folder structure for hass --- __init__.py => custom_components/divoom/__init__.py | 0 {devices => custom_components/divoom/devices}/ditoo.py | 0 {devices => custom_components/divoom/devices}/ditoo.txt | 0 {devices => custom_components/divoom/devices}/divoom.py | 0 {devices => custom_components/divoom/devices}/pixoo.py | 0 {devices => custom_components/divoom/devices}/pixoo.txt | 0 {devices => custom_components/divoom/devices}/pixoomax.py | 0 {devices => custom_components/divoom/devices}/pixoomax.txt | 0 {devices => custom_components/divoom/devices}/timebox.py | 0 {devices => custom_components/divoom/devices}/timebox.txt | 0 {devices => custom_components/divoom/devices}/tivoo.py | 0 {devices => custom_components/divoom/devices}/tivoo.txt | 0 manifest.json => custom_components/divoom/manifest.json | 0 notify.py => custom_components/divoom/notify.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => custom_components/divoom/__init__.py (100%) rename {devices => custom_components/divoom/devices}/ditoo.py (100%) rename {devices => custom_components/divoom/devices}/ditoo.txt (100%) rename {devices => custom_components/divoom/devices}/divoom.py (100%) rename {devices => custom_components/divoom/devices}/pixoo.py (100%) rename {devices => custom_components/divoom/devices}/pixoo.txt (100%) rename {devices => custom_components/divoom/devices}/pixoomax.py (100%) rename {devices => custom_components/divoom/devices}/pixoomax.txt (100%) rename {devices => custom_components/divoom/devices}/timebox.py (100%) rename {devices => custom_components/divoom/devices}/timebox.txt (100%) rename {devices => custom_components/divoom/devices}/tivoo.py (100%) rename {devices => custom_components/divoom/devices}/tivoo.txt (100%) rename manifest.json => custom_components/divoom/manifest.json (100%) rename notify.py => custom_components/divoom/notify.py (100%) diff --git a/__init__.py b/custom_components/divoom/__init__.py similarity index 100% rename from __init__.py rename to custom_components/divoom/__init__.py diff --git a/devices/ditoo.py b/custom_components/divoom/devices/ditoo.py similarity index 100% rename from devices/ditoo.py rename to custom_components/divoom/devices/ditoo.py diff --git a/devices/ditoo.txt b/custom_components/divoom/devices/ditoo.txt similarity index 100% rename from devices/ditoo.txt rename to custom_components/divoom/devices/ditoo.txt diff --git a/devices/divoom.py b/custom_components/divoom/devices/divoom.py similarity index 100% rename from devices/divoom.py rename to custom_components/divoom/devices/divoom.py diff --git a/devices/pixoo.py b/custom_components/divoom/devices/pixoo.py similarity index 100% rename from devices/pixoo.py rename to custom_components/divoom/devices/pixoo.py diff --git a/devices/pixoo.txt b/custom_components/divoom/devices/pixoo.txt similarity index 100% rename from devices/pixoo.txt rename to custom_components/divoom/devices/pixoo.txt diff --git a/devices/pixoomax.py b/custom_components/divoom/devices/pixoomax.py similarity index 100% rename from devices/pixoomax.py rename to custom_components/divoom/devices/pixoomax.py diff --git a/devices/pixoomax.txt b/custom_components/divoom/devices/pixoomax.txt similarity index 100% rename from devices/pixoomax.txt rename to custom_components/divoom/devices/pixoomax.txt diff --git a/devices/timebox.py b/custom_components/divoom/devices/timebox.py similarity index 100% rename from devices/timebox.py rename to custom_components/divoom/devices/timebox.py diff --git a/devices/timebox.txt b/custom_components/divoom/devices/timebox.txt similarity index 100% rename from devices/timebox.txt rename to custom_components/divoom/devices/timebox.txt diff --git a/devices/tivoo.py b/custom_components/divoom/devices/tivoo.py similarity index 100% rename from devices/tivoo.py rename to custom_components/divoom/devices/tivoo.py diff --git a/devices/tivoo.txt b/custom_components/divoom/devices/tivoo.txt similarity index 100% rename from devices/tivoo.txt rename to custom_components/divoom/devices/tivoo.txt diff --git a/manifest.json b/custom_components/divoom/manifest.json similarity index 100% rename from manifest.json rename to custom_components/divoom/manifest.json diff --git a/notify.py b/custom_components/divoom/notify.py similarity index 100% rename from notify.py rename to custom_components/divoom/notify.py