mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
spelling: components/fritzbox (#64258)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
09d75a6a38
commit
c99ddcb80a
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user