remove schedule_update_ha_state from mill (#18080)
* remove schedule_update_ha_state from mill * remove return
This commit is contained in:
parent
3d1a324f33
commit
32ee4f0714
1 changed files with 0 additions and 2 deletions
|
@ -214,5 +214,3 @@ class MillHeater(ClimateDevice):
|
||||||
await self.async_turn_off()
|
await self.async_turn_off()
|
||||||
else:
|
else:
|
||||||
_LOGGER.error("Unrecognized operation mode: %s", operation_mode)
|
_LOGGER.error("Unrecognized operation mode: %s", operation_mode)
|
||||||
return
|
|
||||||
self.schedule_update_ha_state()
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue