From 039a751f753b6f544821adafb03e5805d9b9b1a3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 12:42:21 -0500 Subject: [PATCH] sw serial again --- components/ratgdo/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ratgdo/__init__.py b/components/ratgdo/__init__.py index 46c99c6..328cbe5 100644 --- a/components/ratgdo/__init__.py +++ b/components/ratgdo/__init__.py @@ -68,7 +68,6 @@ CONFIG_SCHEMA = ( } ) .extend(cv.COMPONENT_SCHEMA) - .extend(uart.UART_DEVICE_SCHEMA) ) RATGDO_CLIENT_SCHMEA = cv.Schema(