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