Skip to content

Commit e901e2c

Browse files
saxelrytilahti
andauthored
Fix bug for zhimi.fan.za5 resulting in user ack timeout (#1348)
* Fix bug for zhimi.fan.za5 resulting in user ack timeout * Update miio/integrations/fan/zhimi/zhimi_miot.py Co-authored-by: Teemu R. <tpr@iki.fi> Co-authored-by: Teemu R. <tpr@iki.fi>
1 parent 2286e58 commit e901e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

miio/integrations/fan/zhimi/zhimi_miot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def temperature(self) -> Any:
169169

170170

171171
class FanZA5(MiotDevice):
172-
mapping = MIOT_MAPPING
172+
_mappings = MIOT_MAPPING
173173
_supported_models = list(MIOT_MAPPING.keys())
174174

175175
@command(

0 commit comments

Comments
 (0)