From dba8f1bc25f82ef9c76608429b6106c0b671d3b8 Mon Sep 17 00:00:00 2001 From: Bram Kelchtermans Date: Thu, 9 May 2024 21:57:08 +0200 Subject: [PATCH] group projects --- .gitignore => ESPhome/.gitignore | 0 {bed-scale => ESPhome/bed-scale}/.gitignore | 0 {bed-scale => ESPhome/bed-scale}/bed_scale.yaml | 0 {bed-scale => ESPhome/bed-scale}/raw_output.yaml | 0 {shelly => ESPhome/shelly}/.gitignore | 0 {shelly => ESPhome/shelly}/shelly-1.yaml | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => ESPhome/.gitignore (100%) rename {bed-scale => ESPhome/bed-scale}/.gitignore (100%) rename {bed-scale => ESPhome/bed-scale}/bed_scale.yaml (100%) rename {bed-scale => ESPhome/bed-scale}/raw_output.yaml (100%) rename {shelly => ESPhome/shelly}/.gitignore (100%) rename {shelly => ESPhome/shelly}/shelly-1.yaml (100%) diff --git a/.gitignore b/ESPhome/.gitignore similarity index 100% rename from .gitignore rename to ESPhome/.gitignore diff --git a/bed-scale/.gitignore b/ESPhome/bed-scale/.gitignore similarity index 100% rename from bed-scale/.gitignore rename to ESPhome/bed-scale/.gitignore diff --git a/bed-scale/bed_scale.yaml b/ESPhome/bed-scale/bed_scale.yaml similarity index 100% rename from bed-scale/bed_scale.yaml rename to ESPhome/bed-scale/bed_scale.yaml diff --git a/bed-scale/raw_output.yaml b/ESPhome/bed-scale/raw_output.yaml similarity index 100% rename from bed-scale/raw_output.yaml rename to ESPhome/bed-scale/raw_output.yaml diff --git a/shelly/.gitignore b/ESPhome/shelly/.gitignore similarity index 100% rename from shelly/.gitignore rename to ESPhome/shelly/.gitignore diff --git a/shelly/shelly-1.yaml b/ESPhome/shelly/shelly-1.yaml similarity index 100% rename from shelly/shelly-1.yaml rename to ESPhome/shelly/shelly-1.yaml