Skip to content

Commit

Permalink
🔧 fix for climate (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Feb 12, 2025
1 parent f3016a0 commit 5c1937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/core/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class MiotClimateConv(MiotServiceConv):

def __post_init__(self):
if not self.main_props:
self.main_props = ['mode']
self.main_props = ['mode', 'target_temperature']
super().__post_init__()

@dataclass
Expand Down

6 comments on commit 5c1937e

@al-one
Copy link
Owner Author

@al-one al-one commented on 5c1937e Feb 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@supern001
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

加了target_temperature. 好像还是不行。

Image
Image

@al-one
Copy link
Owner Author

@al-one al-one commented on 5c1937e Feb 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@supern001 共享设备到小米账号143050915

@supern001
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@supern001 共享设备到小米账号143050915

已共享

@al-one
Copy link
Owner Author

@al-one al-one commented on 5c1937e Feb 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@supern001 实体正常
Image

@supern001
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

那看来是我这边的问题

Image

Please sign in to comment.