Update automation.h

This commit is contained in:
Brokly
2022-05-26 16:32:32 +03:00
committed by GitHub
parent 4232621f9c
commit 53b09f2066

View File

@@ -17,7 +17,8 @@ namespace aux_ac {
protected: protected:
AirCon *ac_; AirCon *ac_;
};
template <typename... Ts> template <typename... Ts>
class AirConDisplayOnAction : public Action<Ts...> class AirConDisplayOnAction : public Action<Ts...>
{ {
@@ -31,4 +32,4 @@ namespace aux_ac {
}; };
} // namespace aux_ac } // namespace aux_ac
} // namespace esphome } // namespace esphome