Skip to content
Snippets Groups Projects
Commit c2d75efb authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

Add missing docstring to heat control thermo

parent 3d972abd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment