This commit is contained in:
J. Nick Koston 2023-06-05 12:18:26 -05:00
parent 8d6f3241a9
commit 49a4f08960
No known key found for this signature in database
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
import esphome.codegen as cg import esphome.config_validation as cv from esphome.core import coroutine_with_priority
ratgdo_ns = cg.esphome_ns.namespace("ratgdo")
CONFIG_SCHEMA = cv.All(cv.Schema({}), )
@coroutine_with_priority(1.0) async def to_code(config) :cg.add_library("bblanchon/ArduinoJson", "6.18.5") cg.add_define("USE_JSON") cg.add_global(ratgdo_ns.using)