mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
make sure everything inherits from NesSensor
This commit is contained in:
parent
0495776a22
commit
4dbd84ead0
@ -89,7 +89,7 @@ class NestBasicSensor(NestSensor):
|
|||||||
return SENSOR_UNITS.get(self.variable, None)
|
return SENSOR_UNITS.get(self.variable, None)
|
||||||
|
|
||||||
|
|
||||||
class NestTempSensor(NestBasicSensor):
|
class NestTempSensor(NestSensor):
|
||||||
""" Represents a Nest Temperature sensor. """
|
""" Represents a Nest Temperature sensor. """
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user