diff --git a/homeassistant/components/thermostat/nest.py b/homeassistant/components/thermostat/nest.py index 3e43ee49ddc..38522b73e72 100644 --- a/homeassistant/components/thermostat/nest.py +++ b/homeassistant/components/thermostat/nest.py @@ -46,7 +46,7 @@ class NestThermostat(ThermostatDevice): @property def name(self): """ Returns the name of the nest, if any. """ - return "Nest" # TODO Possible to get actual name from Nest device? + return "Nest" @property def unit_of_measurement(self):