From 653a050a05c79857ae393b22e2e068a48699075b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 11:13:37 -0500 Subject: [PATCH] binary sensor --- components/ratgdo/binary_sensor/ratgdo_binary_sensor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h index 8375d18..c709f1b 100644 --- a/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h +++ b/components/ratgdo/binary_sensor/ratgdo_binary_sensor.h @@ -1,8 +1,6 @@ #pragma once #include "esphome/core/component.h" -#include "esphome/core/defines.h" -#include "esphome/core/hal.h" #include "../ratgdo_child.h" #include "../ratgdo_state.h" #include "../ratgdo.h"