I just want to add 2 extra control which is “direction” & “percentage” into the device controls page (is that possible or just a separate entity will do)
current valid state for direction & percentage as below
state for “direction” can be “forward” & “reverse”
state for “percentage” can be “10”, “20”, “30”,“40”,“50”,“60”,“70”,“80”,“90”,“100”
is that possible using helper to add that additional control?
Just want add the “direction” attributes as a switch & be able to control it, left position as reverse, right position as forward.
For the “percentage” attributes, might need a menu to select which number.
What are the two entities that are not shown? Could they be the ones you want? Otherwise, attributes are read-only from the device - changing them will have no impact. What is the integration used with the fan?
@michaelblight is not the entities I want as shown below
Anyhow I have done the fan direction switch by using toggle helper & is working as intended(the code as below). I also create the sensor that can show current status of fan direction & fan speed as show.