Hello.
It seems that MQTT fan component do not respect configuration. I have MQTT fan without specified oscillation topic but oscillation toggle switch is present on state card.
Does anybody know ow to hide oscillation toggle switch on fan state card?
Try an entry under the customize:
domain. See here: https://home-assistant.io/docs/configuration/customizing-devices/
pseudo code:
homeassistant:
customize:
switch.fan_oscillation:
hidden: true
Unfortunately there is no dedicated entity for oscillation toggle switch.
is it an attribute of the device? Does it appear anywhere in the states (< >
) list?