From 31d1de5f007c4a4083669a58ba25ee3dd671f7d0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 10:43:58 -0500 Subject: [PATCH] binary sensor --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h index c29fb14..e84ad28 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h @@ -3,7 +3,7 @@ #include "esphome/core/component.h" #include "esphome/core/defines.h" #include "esphome/core/hal.h" -#include "../ratgdo_client.h" +#include "../ratgdo_child.h" #include "../ratgdo_state.h" #include "../ratgdo.h" #include "esphome/components/binary_sensor/binary_sensor.h"