mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Load correct Renson fan speed when breeze level is set (#121960)
Renson: Load correct fan speed when breeze level is set
This commit is contained in:
@@ -137,7 +137,7 @@ class RensonFan(RensonEntity, FanEntity):
|
|||||||
DataType.LEVEL,
|
DataType.LEVEL,
|
||||||
)
|
)
|
||||||
|
|
||||||
if level == Level.BREEZE:
|
if level == Level.BREEZE.value:
|
||||||
level = self.api.parse_value(
|
level = self.api.parse_value(
|
||||||
self.api.get_field_value(
|
self.api.get_field_value(
|
||||||
self.coordinator.data, BREEZE_LEVEL_FIELD.name
|
self.coordinator.data, BREEZE_LEVEL_FIELD.name
|
||||||
|
Reference in New Issue
Block a user