This commit is contained in:
J. Nick Koston 2023-06-05 12:43:03 -05:00
parent 2aa79d50ba
commit e4d3cd9643
No known key found for this signature in database
1 changed files with 19 additions and 0 deletions

19
library.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "ratgdo",
"version": "0.0.2",
"description": "ratgdo for esphome",
"keywords": "ratgdo, esphome",
"repository": {
"type": "git",
"url": "https://github.com/bdraco/esphome-ratgdo"
},
"authors": [],
"license": "GPLv3",
"homepage": "https://github.com/bdraco/esphome-esphome",
"dependencies": {
"secplus": "*",
"espsoftwareserial": "*"
},
"frameworks": "arduino",
"platforms": "*"
}