Browse Source

Transforming to PlatformIO lib format.

pull/1/head
Maurice Makaay 3 years ago
parent
commit
9be95a90cb
2 changed files with 23 additions and 0 deletions
  1. +23
    -0
      library.json
  2. +0
    -0
      src/yeelight_bs2.h

+ 23
- 0
library.json View File

@ -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"
}

yeelight_bs2.h → src/yeelight_bs2.h View File


Loading…
Cancel
Save