mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 07:05:07 +02:00
Adding initial support for Tuya Electric Fireplaces (#133503)
This commit is contained in:
@@ -77,6 +77,9 @@ CLIMATE_DESCRIPTIONS: dict[str, TuyaClimateEntityDescription] = {
|
||||
key="wkf",
|
||||
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),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user