From 36ffc0d21708aad4c0a8f07a14c95f9e202e3c75 Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Tue, 25 Jan 2022 14:59:21 +0100 Subject: [PATCH] Move files to correct directory --- custom_components/{ => zoneminder_alarm}/__init__.py | 0 custom_components/{ => zoneminder_alarm}/manifest.json | 0 custom_components/{ => zoneminder_alarm}/sensor.py | 0 custom_components/{ => zoneminder_alarm}/services.yaml | 0 custom_components/{ => zoneminder_alarm}/switch.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename custom_components/{ => zoneminder_alarm}/__init__.py (100%) rename custom_components/{ => zoneminder_alarm}/manifest.json (100%) rename custom_components/{ => zoneminder_alarm}/sensor.py (100%) rename custom_components/{ => zoneminder_alarm}/services.yaml (100%) rename custom_components/{ => zoneminder_alarm}/switch.py (100%) diff --git a/custom_components/__init__.py b/custom_components/zoneminder_alarm/__init__.py similarity index 100% rename from custom_components/__init__.py rename to custom_components/zoneminder_alarm/__init__.py diff --git a/custom_components/manifest.json b/custom_components/zoneminder_alarm/manifest.json similarity index 100% rename from custom_components/manifest.json rename to custom_components/zoneminder_alarm/manifest.json diff --git a/custom_components/sensor.py b/custom_components/zoneminder_alarm/sensor.py similarity index 100% rename from custom_components/sensor.py rename to custom_components/zoneminder_alarm/sensor.py diff --git a/custom_components/services.yaml b/custom_components/zoneminder_alarm/services.yaml similarity index 100% rename from custom_components/services.yaml rename to custom_components/zoneminder_alarm/services.yaml diff --git a/custom_components/switch.py b/custom_components/zoneminder_alarm/switch.py similarity index 100% rename from custom_components/switch.py rename to custom_components/zoneminder_alarm/switch.py