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