1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00

Remove unused import from nest platform

This commit is contained in:
Paulus Schoutsen
2015-01-13 00:00:26 -08:00
parent d1ad6f3e65
commit 2fa4e2e468

View File

@@ -4,8 +4,7 @@ Adds support for Nest thermostats.
import logging
from homeassistant.components.thermostat import ThermostatDevice
from homeassistant.const import (
CONF_USERNAME, CONF_PASSWORD, TEMP_CELCIUS, TEMP_FAHRENHEIT)
from homeassistant.const import (CONF_USERNAME, CONF_PASSWORD, TEMP_CELCIUS)
# pylint: disable=unused-argument