From c99ddcb80a3b14e7c0874168062046461d3ab149 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:31:48 -0500 Subject: [PATCH] spelling: components/fritzbox (#64258) Co-authored-by: Josh Soref --- homeassistant/components/fritzbox/climate.py | 4 ++-- tests/components/fritzbox/test_climate.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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