Include "big" high fan setting (#413)

The Asakuki diffuser has its speed setting under the 103 DPS and uses "big" for its high setting.

Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com>
This commit is contained in:
Shane Donohoe
2021-04-01 11:15:51 +01:00
committed by GitHub
parent 9877db2930
commit 885b08c247

View File

@@ -38,7 +38,7 @@ def flow_schema(dps):
[SPEED_MEDIUM, "mid", "2", "3"]
),
vol.Optional(CONF_FAN_SPEED_HIGH, default=SPEED_HIGH): vol.In(
[SPEED_HIGH, "auto", "3", "4", "large"]
[SPEED_HIGH, "auto", "3", "4", "large", "big"]
),
}