mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Mark Matter climate dry/fan mode support on Panasonic AC (#118485)
This commit is contained in:
parent
2cc38b426a
commit
2ca4077608
@ -59,6 +59,7 @@ SUPPORT_DRY_MODE_DEVICES: set[tuple[int, int]] = {
|
|||||||
# The Matter spec is missing a feature flag if the device supports a dry mode.
|
# The Matter spec is missing a feature flag if the device supports a dry mode.
|
||||||
# In the list below specify tuples of (vendorid, productid) of devices that
|
# In the list below specify tuples of (vendorid, productid) of devices that
|
||||||
# support dry mode.
|
# support dry mode.
|
||||||
|
(0x0001, 0x0108),
|
||||||
(0x1209, 0x8007),
|
(0x1209, 0x8007),
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -66,6 +67,7 @@ SUPPORT_FAN_MODE_DEVICES: set[tuple[int, int]] = {
|
|||||||
# The Matter spec is missing a feature flag if the device supports a fan-only mode.
|
# The Matter spec is missing a feature flag if the device supports a fan-only mode.
|
||||||
# In the list below specify tuples of (vendorid, productid) of devices that
|
# In the list below specify tuples of (vendorid, productid) of devices that
|
||||||
# support fan-only mode.
|
# support fan-only mode.
|
||||||
|
(0x0001, 0x0108),
|
||||||
(0x1209, 0x8007),
|
(0x1209, 0x8007),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user