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