mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Fix weather entity copy and paste error (#36227)
This commit is contained in:
parent
ed014e3c96
commit
26fae7c629
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user