mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07:10 +00:00
Remove TODO from nest platform
This commit is contained in:
parent
8665f08dca
commit
19c474ba2f
@ -46,7 +46,7 @@ class NestThermostat(ThermostatDevice):
|
|||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
""" Returns the name of the nest, if any. """
|
""" Returns the name of the nest, if any. """
|
||||||
return "Nest" # TODO Possible to get actual name from Nest device?
|
return "Nest"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def unit_of_measurement(self):
|
def unit_of_measurement(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user