From 32ee4f07146a0cf0e6c876476c44d89c956e611f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Thu, 1 Nov 2018 09:24:25 +0100 Subject: [PATCH] remove schedule_update_ha_state from mill (#18080) * remove schedule_update_ha_state from mill * remove return --- homeassistant/components/climate/mill.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/climate/mill.py b/homeassistant/components/climate/mill.py index 3e8955e2be6..a533cc37fd3 100644 --- a/homeassistant/components/climate/mill.py +++ b/homeassistant/components/climate/mill.py @@ -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()