mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Remove TODO from nest platform
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user