diff --git a/homeassistant/components/climacell/weather.py b/homeassistant/components/climacell/weather.py index eafb47aac99..e62ed4bab7c 100644 --- a/homeassistant/components/climacell/weather.py +++ b/homeassistant/components/climacell/weather.py @@ -309,7 +309,7 @@ class ClimaCellWeatherEntity(BaseClimaCellWeatherEntity): @property def cloud_cover(self): - """Reteurn the cloud cover.""" + """Return the cloud cover.""" return self._get_current_property(CC_ATTR_CLOUD_COVER) @property @@ -458,7 +458,7 @@ class ClimaCellV3WeatherEntity(BaseClimaCellWeatherEntity): @property def cloud_cover(self): - """Reteurn the cloud cover.""" + """Return the cloud cover.""" return self._get_cc_value( self.coordinator.data[CURRENT], CC_V3_ATTR_CLOUD_COVER ) diff --git a/tests/components/climacell/test_const.py b/tests/components/climacell/test_const.py index 2719426a7a0..d0354c6a107 100644 --- a/tests/components/climacell/test_const.py +++ b/tests/components/climacell/test_const.py @@ -6,7 +6,7 @@ from homeassistant.const import TEMP_FAHRENHEIT async def test_post_init(): - """Test post initiailization check for ClimaCellSensorEntityDescription.""" + """Test post initialization check for ClimaCellSensorEntityDescription.""" with pytest.raises(RuntimeError): ClimaCellSensorEntityDescription(