From bba9a3c1eb5748a312ff340809ec62bc9d90ef27 Mon Sep 17 00:00:00 2001 From: Michael Graf Date: Sun, 25 Apr 2021 15:53:46 +0200 Subject: [PATCH] Move content into root - the repository content matches hacs.json - is installalbe via git checkout --- custom_components/vorwerk/__init__.py => __init__.py | 0 custom_components/vorwerk/authsession.py => authsession.py | 0 custom_components/vorwerk/config_flow.py => config_flow.py | 0 custom_components/vorwerk/const.py => const.py | 0 custom_components/vorwerk/manifest.json => manifest.json | 0 custom_components/vorwerk/sensor.py => sensor.py | 0 custom_components/vorwerk/services.yaml => services.yaml | 0 custom_components/vorwerk/strings.json => strings.json | 0 custom_components/vorwerk/switch.py => switch.py | 0 {custom_components/vorwerk/translations => translations}/de.json | 0 {custom_components/vorwerk/translations => translations}/en.json | 0 custom_components/vorwerk/vacuum.py => vacuum.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename custom_components/vorwerk/__init__.py => __init__.py (100%) rename custom_components/vorwerk/authsession.py => authsession.py (100%) rename custom_components/vorwerk/config_flow.py => config_flow.py (100%) rename custom_components/vorwerk/const.py => const.py (100%) rename custom_components/vorwerk/manifest.json => manifest.json (100%) rename custom_components/vorwerk/sensor.py => sensor.py (100%) rename custom_components/vorwerk/services.yaml => services.yaml (100%) rename custom_components/vorwerk/strings.json => strings.json (100%) rename custom_components/vorwerk/switch.py => switch.py (100%) rename {custom_components/vorwerk/translations => translations}/de.json (100%) rename {custom_components/vorwerk/translations => translations}/en.json (100%) rename custom_components/vorwerk/vacuum.py => vacuum.py (100%) diff --git a/custom_components/vorwerk/__init__.py b/__init__.py similarity index 100% rename from custom_components/vorwerk/__init__.py rename to __init__.py diff --git a/custom_components/vorwerk/authsession.py b/authsession.py similarity index 100% rename from custom_components/vorwerk/authsession.py rename to authsession.py diff --git a/custom_components/vorwerk/config_flow.py b/config_flow.py similarity index 100% rename from custom_components/vorwerk/config_flow.py rename to config_flow.py diff --git a/custom_components/vorwerk/const.py b/const.py similarity index 100% rename from custom_components/vorwerk/const.py rename to const.py diff --git a/custom_components/vorwerk/manifest.json b/manifest.json similarity index 100% rename from custom_components/vorwerk/manifest.json rename to manifest.json diff --git a/custom_components/vorwerk/sensor.py b/sensor.py similarity index 100% rename from custom_components/vorwerk/sensor.py rename to sensor.py diff --git a/custom_components/vorwerk/services.yaml b/services.yaml similarity index 100% rename from custom_components/vorwerk/services.yaml rename to services.yaml diff --git a/custom_components/vorwerk/strings.json b/strings.json similarity index 100% rename from custom_components/vorwerk/strings.json rename to strings.json diff --git a/custom_components/vorwerk/switch.py b/switch.py similarity index 100% rename from custom_components/vorwerk/switch.py rename to switch.py diff --git a/custom_components/vorwerk/translations/de.json b/translations/de.json similarity index 100% rename from custom_components/vorwerk/translations/de.json rename to translations/de.json diff --git a/custom_components/vorwerk/translations/en.json b/translations/en.json similarity index 100% rename from custom_components/vorwerk/translations/en.json rename to translations/en.json diff --git a/custom_components/vorwerk/vacuum.py b/vacuum.py similarity index 100% rename from custom_components/vorwerk/vacuum.py rename to vacuum.py