mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
make sure everything inherits from NesSensor
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user