mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Add preset support to electrasmart climate (#94068)
This commit is contained in:
@@ -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 = []
|
||||
|
Reference in New Issue
Block a user