mirror of
https://github.com/home-assistant/core.git
synced 2025-06-05 13:47:06 +00:00
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
@ -214,5 +214,3 @@ class MillHeater(ClimateDevice):
|
||||
await self.async_turn_off()
|
||||
else:
|
||||
_LOGGER.error("Unrecognized operation mode: %s", operation_mode)
|
||||
return
|
||||
self.schedule_update_ha_state()
|
||||
|
Loading…
x
Reference in New Issue
Block a user