Skip to content

Commit

Permalink
remove schedule_update_ha_state from mill
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielhiversen committed Nov 1, 2018
1 parent a9140dc commit 1d35623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/climate/mill.py
Expand Up @@ -215,4 +215,3 @@ async def async_set_operation_mode(self, operation_mode):
else:
_LOGGER.error("Unrecognized operation mode: %s", operation_mode)
return
self.schedule_update_ha_state()

0 comments on commit 1d35623

Please sign in to comment.