From f75377d5128c48406fb774fd0d217a3adbf4632e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 10:44:31 -0500 Subject: [PATCH] binary sensor --- components/ratgdo/ratgdo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 1f898d5..6269d19 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -23,6 +23,8 @@ extern "C" { } #include "ratgdo_child.h" +#include "ratgdo_state.h" + #define CODE_LENGTH 19 namespace esphome {