diff --git a/components/ratgdo/__init__.py b/components/ratgdo/__init__.py index 328cbe5..46c99c6 100644 --- a/components/ratgdo/__init__.py +++ b/components/ratgdo/__init__.py @@ -68,6 +68,7 @@ CONFIG_SCHEMA = ( } ) .extend(cv.COMPONENT_SCHEMA) + .extend(uart.UART_DEVICE_SCHEMA) ) RATGDO_CLIENT_SCHMEA = cv.Schema(