Remove TODO from nest platform

This commit is contained in:
Paulus Schoutsen 2015-01-11 21:38:03 -08:00
parent 8665f08dca
commit 19c474ba2f

View file

@ -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):