RobertD502 / home-assistant-iocare

Home Assistant custom component for monitoring and controlling Coway Airmega Purifiers
MIT License
50 stars 8 forks source link

TURN_OFF & TURN_ON system error log warnings requested the creation of this bug report #52

Closed gh69 closed 2 months ago

gh69 commented 2 months ago

Warnings: Entity None (<class 'custom_components.coway.fan.Purifier'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/RobertD502/home-assistant-iocare/issues Entity None (<class 'custom_components.coway.fan.Purifier'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/RobertD502/home-assistant-iocare/issues

These warnings pop up in my system error log several times after a startup and as you can see contain a request to open a bug report so here it is! :D I haven't noticed any actual problems using the integration though. I'm running v0.4.3.2 of the Coway integration on HA Core 2024.8.1 with two AirMega 250S air filters and one AirMega 300S AP-1515G (US).

RobertD502 commented 2 months ago

You'll need to update to 0.4.3.3 (released 5 days ago), which addresses the issue.

gh69 commented 2 months ago

aha! I didn't even notice the update in HACS! Thanks. I see it now and will give it a try.

gh69 commented 2 months ago

Verified. Installed update, restarted HA, waited for integration startup to complete, verified that integration still works as before, and checked the logs...no more errors. Thanks again!