Small collection of random styling tweaks, fixes and Pythonism (#35390)
This commit is contained in:
parent
3feb55a8e4
commit
4cf186a47e
14 changed files with 28 additions and 57 deletions
|
@ -134,8 +134,6 @@ class DemoClimate(ClimateEntity):
|
|||
self._support_flags = self._support_flags | SUPPORT_TARGET_HUMIDITY
|
||||
if swing_mode is not None:
|
||||
self._support_flags = self._support_flags | SUPPORT_SWING_MODE
|
||||
if hvac_action is not None:
|
||||
self._support_flags = self._support_flags
|
||||
if aux is not None:
|
||||
self._support_flags = self._support_flags | SUPPORT_AUX_HEAT
|
||||
if HVAC_MODE_HEAT_COOL in hvac_modes or HVAC_MODE_AUTO in hvac_modes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue