Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wichers committed Mar 11, 2024
1 parent 74f014f commit a03b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/comfoair/comfoair.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ComfoAirComponentBase {
class ComfoAirClimate : public climate::Climate {
public:

ComfoAirClimate(ComfoAirComponentBase comfoair) : Climate(), comfoair_(comfoair) {
ComfoAirClimate(ComfoAirComponentBase *comfoair) : Climate(), comfoair_(comfoair) {
this->set_name("comfoair");
}

Expand Down

0 comments on commit a03b758

Please sign in to comment.