From c2d75efb4de608b315d77d1c62ab01bbf6baf3d6 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <paulus@paulusschoutsen.nl>
Date: Thu, 22 Oct 2015 22:14:40 -0700
Subject: [PATCH] Add missing docstring to heat control thermo

---
 homeassistant/components/thermostat/heat_control.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/homeassistant/components/thermostat/heat_control.py b/homeassistant/components/thermostat/heat_control.py
index b87ca327b55..bfec48fea3d 100644
--- a/homeassistant/components/thermostat/heat_control.py
+++ b/homeassistant/components/thermostat/heat_control.py
@@ -150,4 +150,5 @@ class HeatControl(ThermostatDevice):
 
     @property
     def _is_heating(self):
+        """ If the heater is currently heating. """
         return switch.is_on(self.hass, self.heater_entity_id)
-- 
GitLab