hass-blueair icon indicating copy to clipboard operation
hass-blueair copied to clipboard

Fan Speed not shown on device control (but is present on entity control)

Open stin7 opened this issue 2 years ago • 2 comments

Thanks for this integration. I'd like to have the BlueAir turn on higher based on air sensor readings. However, the automation UI doesn't show fan speed, just on/off control. This matches what is seen in the UI: Screen Shot 2022-06-11 at 2 14 58 PM

However, it does look like the speed is available in the entity detail: Screen Shot 2022-06-11 at 2 17 32 PM

Ideally, the fan speed would also show for the device controls

Thanks again

stin7 avatar Jun 11 '22 21:06 stin7

I found this issue looking for exactly this functionality and I would like to +1 this request. Fan speed is a very useful control for use in automatons.

piranha32 avatar Feb 01 '23 22:02 piranha32

I found that if you add the "slider-entity-row" addon by thomasloven from HACS you can then add an Entities card with a slider to your UI with the following code:

entity: fan.ghost_air_purifier_fan
type: custom:slider-entity-row

You will of course need to correct your entity entry but it looks much like you'd expect:

image

MeeperBeeper avatar Feb 09 '23 16:02 MeeperBeeper