From fb8c7c58b6e5afc24ca6089f619094f61f9ff8b3 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:39:43 -0500 Subject: [PATCH] spelling: components/climacell (#64240) Co-authored-by: Josh Soref --- homeassistant/components/climacell/weather.py | 4 ++-- tests/components/climacell/test_const.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(