mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 00:07: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)
|
||||
|
||||
|
||||
class NestTempSensor(NestBasicSensor):
|
||||
class NestTempSensor(NestSensor):
|
||||
""" Represents a Nest Temperature sensor. """
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user