mirror of
https://github.com/home-assistant/core.git
synced 2025-10-16 07:09:27 +00:00
Move temperature conversions to sensor base class (5/8) (#54475)
This commit is contained in:
@@ -50,7 +50,7 @@ class PocketCastsSensor(SensorEntity):
|
||||
return SENSOR_NAME
|
||||
|
||||
@property
|
||||
def state(self):
|
||||
def native_value(self):
|
||||
"""Return the sensor state."""
|
||||
return self._state
|
||||
|
||||
|
Reference in New Issue
Block a user