address initial houndbot suggestions

This commit is contained in:
Derek Brooks 2017-11-11 16:47:12 -06:00
parent 9b373901fa
commit 2c44e4fb12
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ CONFIG_SCHEMA = vol.Schema({
}),
}, extra=vol.ALLOW_EXTRA)
def setup(hass, config):
"""Set up the NuHeat thermostat component."""
import nuheat

View File

@ -103,7 +103,6 @@ class TestNuHeat(unittest.TestCase):
self.thermostat._temperature_unit = "C"
self.assertEqual(self.thermostat.target_temperature, 22)
def test_target_temperature_low(self):
"""Test low target temperature."""
self.assertEqual(self.thermostat.target_temperature_low, 72)