Skip to content

Commit

Permalink
Merge pull request #88 from dvdgeisler/feature/airpurifier_on_state
Browse files Browse the repository at this point in the history
Change component to "FAN"
  • Loading branch information
TheMrBooyah authored May 11, 2023
2 parents 3165ccd + 339a81b commit 629e73f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@Component
public class HassAirPurifierEventHandler extends HassDeviceEventHandler<AirPurifierDevice> {
private final static String HASS_COMPONENT = "air_quality";
private final static String HASS_COMPONENT = "fan";

private final AirPurifierDeviceApi api;

Expand Down

0 comments on commit 629e73f

Please sign in to comment.