From 9be95a90cb7b90a25efe1b0cd09e350b65d9d1fb Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Wed, 24 Mar 2021 02:16:59 +0100 Subject: [PATCH] Transforming to PlatformIO lib format. --- library.json | 23 +++++++++++++++++++++++ yeelight_bs2.h => src/yeelight_bs2.h | 0 2 files changed, 23 insertions(+) create mode 100644 library.json rename yeelight_bs2.h => src/yeelight_bs2.h (100%) diff --git a/library.json b/library.json new file mode 100644 index 0000000..0fa98a7 --- /dev/null +++ b/library.json @@ -0,0 +1,23 @@ +{ + "name": "epshome-YeelightBS2", + "version": "0.0.1", + "description": "ESPHome components to fully control a Yeelight Bedside Lamp v2 device.", + "keywords": "esphome, yeelight, bedside", + "repository": + { + "type": "git", + "url": "https://github.com/mmakaay/esphome-yeelight_bs2.git" + }, + "authors": + [ + { + "name": "Maurice Makaay", + "email": "account-github-yeelight_bs2@makaay.nl", + "maintainer": true + } + ], + "license": "LGPL-3.0", + "frameworks": "arduino", + "platforms": "espressif32", + "homepage": "https://github.com/mmakaay/esphome-yeelight_bs2.git" +} diff --git a/yeelight_bs2.h b/src/yeelight_bs2.h similarity index 100% rename from yeelight_bs2.h rename to src/yeelight_bs2.h