diff --git a/components/aux_ac/automation.h b/components/aux_ac/automation.h index a62fb27..ad540bc 100644 --- a/components/aux_ac/automation.h +++ b/components/aux_ac/automation.h @@ -19,6 +19,7 @@ namespace aux_ac { AirCon *ac_; }; + template class AirConDisplayOnAction : public Action { @@ -62,4 +63,4 @@ namespace aux_ac { }; } // namespace aux_ac -} // namespace esphome \ No newline at end of file +} // namespace esphome