finity69x2 / fan-control-entity-row

Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant
68 stars 27 forks source link

The fan.set_speed service is deprecated #47

Closed randellhodges closed 3 years ago

randellhodges commented 3 years ago

Home Assistant 2021.4.1 Fan Control Entity Row: 2.1

2021-05-05 12:47:13 WARNING (MainThread) [homeassistant.components.fan] The fan.set_speed service is deprecated, use fan.set_percentage or fan.set_preset_mode instead

finity69x2 commented 3 years ago

Yes, for now that's true.

I Have a FR request to leave that functionality intact (see here to vote for it).

You can either wait to see if that deprecation gets removed or you can switch your fans to use the new fan control models (using percentages or preset modes). I have new plugins for those two that you can find in this repo.