We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a482b1 commit ccef31aCopy full SHA for ccef31a
homeassistant/components/whirlpool/binary_sensor.py
@@ -17,6 +17,7 @@
17
from . import WhirlpoolConfigEntry
18
from .entity import WhirlpoolEntity
19
20
+PARALLEL_UPDATES = 1
21
SCAN_INTERVAL = timedelta(minutes=5)
22
23
homeassistant/components/whirlpool/climate.py
@@ -25,6 +25,8 @@
25
26
27
28
29
+
30
AIRCON_MODE_MAP = {
31
AirconMode.Cool: HVACMode.COOL,
32
AirconMode.Heat: HVACMode.HEAT,
homeassistant/components/whirlpool/sensor.py
@@ -24,6 +24,7 @@
24
WASHER_TANK_FILL = {
0 commit comments