mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Mark dry/fan-only climate modes as supported for Panasonic room air conditioner (#120939)
This commit is contained in:
parent
887ab1dc58
commit
8a7e2c05a5
@ -60,6 +60,7 @@ SUPPORT_DRY_MODE_DEVICES: set[tuple[int, int]] = {
|
||||
# In the list below specify tuples of (vendorid, productid) of devices that
|
||||
# support dry mode.
|
||||
(0x0001, 0x0108),
|
||||
(0x0001, 0x010A),
|
||||
(0x1209, 0x8007),
|
||||
}
|
||||
|
||||
@ -68,6 +69,7 @@ SUPPORT_FAN_MODE_DEVICES: set[tuple[int, int]] = {
|
||||
# In the list below specify tuples of (vendorid, productid) of devices that
|
||||
# support fan-only mode.
|
||||
(0x0001, 0x0108),
|
||||
(0x0001, 0x010A),
|
||||
(0x1209, 0x8007),
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user