mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Fix weather entity copy and paste error (#36227)
This commit is contained in:
@@ -114,7 +114,7 @@ class WeatherEntity(Entity):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def precision(self):
|
def precision(self):
|
||||||
"""Return the forecast."""
|
"""Return the precision of the temperature value."""
|
||||||
return (
|
return (
|
||||||
PRECISION_TENTHS
|
PRECISION_TENTHS
|
||||||
if self.temperature_unit == TEMP_CELSIUS
|
if self.temperature_unit == TEMP_CELSIUS
|
||||||
|
Reference in New Issue
Block a user