From 53b09f20669aedc843c4282753eaf30e02278e98 Mon Sep 17 00:00:00 2001 From: Brokly Date: Thu, 26 May 2022 16:32:32 +0300 Subject: [PATCH] Update automation.h --- components/aux_ac/automation.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/aux_ac/automation.h b/components/aux_ac/automation.h index aa46168..ee96bca 100644 --- a/components/aux_ac/automation.h +++ b/components/aux_ac/automation.h @@ -17,7 +17,8 @@ namespace aux_ac { protected: AirCon *ac_; - + }; + template class AirConDisplayOnAction : public Action { @@ -31,4 +32,4 @@ namespace aux_ac { }; } // namespace aux_ac -} // namespace esphome \ No newline at end of file +} // namespace esphome