mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00: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:
parent
ba5e3ca44b
commit
7810dc213a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user