diff --git a/esphome/components/ultrasonic_uart/__init__.py b/esphome/components/ultrasonic_uart/__init__.py new file mode 100644 index 0000000000..27394fd578 --- /dev/null +++ b/esphome/components/ultrasonic_uart/__init__.py @@ -0,0 +1 @@ +CODEOWNERS = ["@Masterz69"]