spelling: components/fritzbox (#64258)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:31:48 -05:00 committed by GitHub
parent 09d75a6a38
commit c99ddcb80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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