From 26fae7c629b4bd67f0e1c8a50dbf9e9f68677aac Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Fri, 29 May 2020 11:51:43 +0100 Subject: [PATCH] Fix weather entity copy and paste error (#36227) --- homeassistant/components/weather/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/weather/__init__.py b/homeassistant/components/weather/__init__.py index 01ca8ed6790..8efb8519636 100644 --- a/homeassistant/components/weather/__init__.py +++ b/homeassistant/components/weather/__init__.py @@ -114,7 +114,7 @@ class WeatherEntity(Entity): @property def precision(self): - """Return the forecast.""" + """Return the precision of the temperature value.""" return ( PRECISION_TENTHS if self.temperature_unit == TEMP_CELSIUS