From e4d3cd96435941f9cd06cc36a759a6c4d70124c0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 12:43:03 -0500 Subject: [PATCH] fix --- library.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..b7396be --- /dev/null +++ b/library.json @@ -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": "*" +}