Skip to content

Commit 9caade6

Browse files
committed
Rename ClimateDevice to ClimateEntity (home-assistant#34591)
1 parent c7e3953 commit 9caade6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

homeassistant/components/htrest/climate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import voluptuous as vol
1010
from yarl import URL
1111

12-
from homeassistant.components.climate import PLATFORM_SCHEMA, ClimateDevice
12+
from homeassistant.components.climate import PLATFORM_SCHEMA, ClimateEntity
1313
from homeassistant.components.climate.const import (
1414
HVAC_MODE_AUTO,
1515
SUPPORT_TARGET_TEMPERATURE,
@@ -107,7 +107,7 @@ async def async_setup_platform(hass, config, add_entities, discovery_info=None):
107107
)
108108

109109

110-
class HtRestThermostat(ClimateDevice):
110+
class HtRestThermostat(ClimateEntity):
111111
"""Representation of a Heliotherm heat pump thermostat."""
112112

113113
def __init__(

0 commit comments

Comments
 (0)