So the fan implementation supports a speeds config variable that can provide a ‘list’ of the supported speeds this fan is capable of running at
speeds
(string | list)(Optional)
Valid entries are off
, low
, medium
and high
.
What do I actually include there as the value for type (string | list) for it to be recognised as a list by HA ? Tried a few variations , here’s a simple try with comma separated values but it’s not recognised as a list.
'“speeds”: “low, high, off”
'“speeds”: “-low -high -on -off -auto” … tried hyphens too
The yaml example at the end shows
speeds:
-
- "off"*
-
- low*
-
- medium*
-
- high*