aijayadams / hass-blueair

BlueAir sensor integration for HomeAssistant
34 stars 15 forks source link

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

Open stin7 opened 2 years ago

stin7 commented 2 years ago

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

piranha32 commented 1 year ago

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.

MeeperBeeper commented 1 year ago

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