mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Adding initial support for Tuya Electric Fireplaces (#133503)
This commit is contained in:
parent
9e1ba004d4
commit
8991cd4f46
@ -77,6 +77,9 @@ CLIMATE_DESCRIPTIONS: dict[str, TuyaClimateEntityDescription] = {
|
|||||||
key="wkf",
|
key="wkf",
|
||||||
switch_only_hvac_mode=HVACMode.HEAT,
|
switch_only_hvac_mode=HVACMode.HEAT,
|
||||||
),
|
),
|
||||||
|
# Electric Fireplace
|
||||||
|
# https://developer.tuya.com/en/docs/iot/f?id=Kacpeobojffop
|
||||||
|
"dbl": TuyaClimateEntityDescription(key="dbl", switch_only_hvac_mode=HVACMode.HEAT),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user