astrandb / miele

A modern integration for Miele devices in Home Assistant
MIT License
207 stars 31 forks source link

FanEntityFeature and startup WARNING #527

Closed martinlindjarv closed 3 months ago

martinlindjarv commented 3 months ago

The problem

After 2024.8 (both homeassistant and miele integration) there are lines when starting up.

Version of miele integration having the issue?

2024.8.0

Version of Home Assistant Core having the issue?

2024.8.0

Anything in the logs that might be useful for us?

2024-08-08 12:33:39.233 WARNING (MainThread) [homeassistant.components.fan] Entity None (<class 'custom_components.miele.fan.MieleFan'>) does not set FanEntityFeature.TURN_OFF but implements the turn_
off method. Please create a bug report at https://github.com/astrandb/miele/issues
2024-08-08 12:33:39.234 WARNING (MainThread) [homeassistant.components.fan] Entity None (<class 'custom_components.miele.fan.MieleFan'>) does not set FanEntityFeature.TURN_ON but implements the turn_o
n method. Please create a bug report at https://github.com/astrandb/miele/issues

Additional information

No response

astrandb commented 3 months ago

These are just warnings. Will be fixed in next release.