Hi all,
I am trying to implement the Big Slider Card with my xiaomi air purifier provided by the Xiaomi miot integration.
The speed of the fan of the air purifier seems to be given by a number entity, number.zhimi_mb4_b531_favorite_speed
. When I go to the Integration > Air Purifier and change the value of this element, the air purifier does change speed.
However, if I try to implement it on a big slider:
type: custom:big-slider-card
entity: number.zhimi_mb4_b531_favorite_speed
min: 0
max: 200
icon: mdi:fan
when I change it to any value, it automatically moves it back to “zero”, and the fan does not really get the request to change its speed.
Any hint as of what I may be doing wrong?
Thanks!