diff --git a/homeassistant/components/fritzbox/climate.py b/homeassistant/components/fritzbox/climate.py index 4d9d356b532..f27b1efa857 100644 --- a/homeassistant/components/fritzbox/climate.py +++ b/homeassistant/components/fritzbox/climate.py @@ -1,4 +1,4 @@ -"""Support for AVM FRITZ!SmartHome thermostate devices.""" +"""Support for AVM FRITZ!SmartHome thermostat devices.""" from __future__ import annotations from typing import Any @@ -66,7 +66,7 @@ async def async_setup_entry( class FritzboxThermostat(FritzBoxEntity, ClimateEntity): - """The thermostat class for FRITZ!SmartHome thermostates.""" + """The thermostat class for FRITZ!SmartHome thermostats.""" @property def supported_features(self) -> int: diff --git a/tests/components/fritzbox/test_climate.py b/tests/components/fritzbox/test_climate.py index b91edc0148e..92143662c0a 100644 --- a/tests/components/fritzbox/test_climate.py +++ b/tests/components/fritzbox/test_climate.py @@ -197,7 +197,7 @@ async def test_update(hass: HomeAssistant, fritz: Mock): async def test_automatic_offset(hass: HomeAssistant, fritz: Mock): - """Test when automtaic offset is configured on fritz!box device.""" + """Test when automatic offset is configured on fritz!box device.""" device = FritzDeviceClimateMock() device.temperature = 18 device.actual_temperature = 19