From 19c474ba2fa90b576f51dd03f229fb0da70bc2ed Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 11 Jan 2015 21:38:03 -0800 Subject: [PATCH] Remove TODO from nest platform --- homeassistant/components/thermostat/nest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):