Remove TODO from nest platform
This commit is contained in:
parent
8665f08dca
commit
19c474ba2f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue