mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Fix vertical/horizontal property mixup in melcloud (#33580)
This commit is contained in:
parent
912eb321d9
commit
066254afdf
@ -156,7 +156,7 @@ class AtaDeviceClimate(MelCloudClimate):
|
|||||||
)
|
)
|
||||||
|
|
||||||
vane_vertical = self._device.vane_vertical
|
vane_vertical = self._device.vane_vertical
|
||||||
if vane_horizontal:
|
if vane_vertical:
|
||||||
attr.update(
|
attr.update(
|
||||||
{
|
{
|
||||||
ATTR_VANE_VERTICAL: vane_vertical,
|
ATTR_VANE_VERTICAL: vane_vertical,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user