Remove unused import from nest platform
This commit is contained in:
parent
d1ad6f3e65
commit
2fa4e2e468
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue