diff --git a/custom_components/xiaomi_home/climate.py b/custom_components/xiaomi_home/climate.py index 91c4d9b..42897d7 100644 --- a/custom_components/xiaomi_home/climate.py +++ b/custom_components/xiaomi_home/climate.py @@ -745,7 +745,7 @@ class ElectricBlanket(FeatureOnOff, FeatureTargetTemperature, def __init__(self, miot_device: MIoTDevice, entity_data: MIoTEntityData) -> None: - """Initialize the heater.""" + """Initialize the electric blanket.""" super().__init__(miot_device=miot_device, entity_data=entity_data) self._attr_icon = 'mdi:rug'