mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add preset support to electrasmart climate (#94068)
This commit is contained in:
parent
d2cd0c9934
commit
7a82176670
@ -118,7 +118,9 @@ class ElectraClimateEntity(ClimateEntity):
|
||||
self._electra_ac_device = device
|
||||
self._attr_unique_id = device.mac
|
||||
self._attr_supported_features = (
|
||||
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.FAN_MODE
|
||||
ClimateEntityFeature.TARGET_TEMPERATURE
|
||||
| ClimateEntityFeature.FAN_MODE
|
||||
| ClimateEntityFeature.PRESET_MODE
|
||||
)
|
||||
|
||||
swing_modes: list = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user