Skip to content

Commit

Permalink
fix import issue of e2 device
Browse files Browse the repository at this point in the history
  • Loading branch information
georgezhao2010 committed Oct 6, 2022
1 parent 664dfa0 commit 7680f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/midea_ac_lan/midea/devices/e2/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
DeviceAttributes.whole_tank_heating: False,
DeviceAttributes.variable_heating: False,
DeviceAttributes.heating_time_remaining: 0,
DeviceAttributes.water_consumption: None
DeviceAttributes.water_consumption: None,
DeviceAttributes.heating_power: None
}

Expand Down

0 comments on commit 7680f9a

Please sign in to comment.