mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Add fan off mode to the supported fan modes to fujitsu_fglair (#149277)
This commit is contained in:
parent
47611619db
commit
6dc5c9beb7
@ -15,6 +15,7 @@ from homeassistant.components.climate import (
|
|||||||
FAN_HIGH,
|
FAN_HIGH,
|
||||||
FAN_LOW,
|
FAN_LOW,
|
||||||
FAN_MEDIUM,
|
FAN_MEDIUM,
|
||||||
|
FAN_OFF,
|
||||||
SWING_BOTH,
|
SWING_BOTH,
|
||||||
SWING_HORIZONTAL,
|
SWING_HORIZONTAL,
|
||||||
SWING_OFF,
|
SWING_OFF,
|
||||||
@ -31,6 +32,7 @@ from .coordinator import FGLairConfigEntry, FGLairCoordinator
|
|||||||
from .entity import FGLairEntity
|
from .entity import FGLairEntity
|
||||||
|
|
||||||
HA_TO_FUJI_FAN = {
|
HA_TO_FUJI_FAN = {
|
||||||
|
FAN_OFF: FanSpeed.QUIET,
|
||||||
FAN_LOW: FanSpeed.LOW,
|
FAN_LOW: FanSpeed.LOW,
|
||||||
FAN_MEDIUM: FanSpeed.MEDIUM,
|
FAN_MEDIUM: FanSpeed.MEDIUM,
|
||||||
FAN_HIGH: FanSpeed.HIGH,
|
FAN_HIGH: FanSpeed.HIGH,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user