From d81577a9e5ce6446c5ce626baed1d602284ecc52 Mon Sep 17 00:00:00 2001 From: David Reed <212698+dreed47@users.noreply.github.com> Date: Tue, 27 Apr 2021 17:13:45 -0400 Subject: [PATCH] restructure --- __init__.py => custom_components/redfin/__init__.py | 0 manifest.json => custom_components/redfin/manifest.json | 0 sensor.py => custom_components/redfin/sensor.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => custom_components/redfin/__init__.py (100%) rename manifest.json => custom_components/redfin/manifest.json (100%) rename sensor.py => custom_components/redfin/sensor.py (100%) diff --git a/__init__.py b/custom_components/redfin/__init__.py similarity index 100% rename from __init__.py rename to custom_components/redfin/__init__.py diff --git a/manifest.json b/custom_components/redfin/manifest.json similarity index 100% rename from manifest.json rename to custom_components/redfin/manifest.json diff --git a/sensor.py b/custom_components/redfin/sensor.py similarity index 100% rename from sensor.py rename to custom_components/redfin/sensor.py