Enable pylint unnecessary-pass (#33650)
* Enable pylint unnecessary-pass * Process review suggestions * Fix smhi tests
This commit is contained in:
parent
000ad256fb
commit
7653dc947a
79 changed files with 0 additions and 349 deletions
|
@ -115,7 +115,6 @@ class XS1ThermostatEntity(XS1DeviceEntity, ClimateDevice):
|
|||
|
||||
def set_hvac_mode(self, hvac_mode):
|
||||
"""Set new target hvac mode."""
|
||||
pass
|
||||
|
||||
async def async_update(self):
|
||||
"""Also update the sensor when available."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue