From 2805b68fcbe9b66a2ddcfea8378f67d2d1c69618 Mon Sep 17 00:00:00 2001 From: GrKoR Date: Thu, 9 Jun 2022 00:21:37 +0300 Subject: [PATCH] python: delete some comments --- components/aux_ac/climate.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/aux_ac/climate.py b/components/aux_ac/climate.py index a54362e..651c720 100644 --- a/components/aux_ac/climate.py +++ b/components/aux_ac/climate.py @@ -15,16 +15,12 @@ from esphome.const import ( CONF_SUPPORTED_MODES, CONF_SUPPORTED_SWING_MODES, CONF_SUPPORTED_PRESETS, - #CONF_PRESSURE, UNIT_CELSIUS, UNIT_PERCENT, - #UNIT_PASCAL, ICON_POWER, ICON_THERMOMETER, - #ICON_GAS_CYLINDER, DEVICE_CLASS_TEMPERATURE, DEVICE_CLASS_POWER_FACTOR, - #DEVICE_CLASS_PRESSURE, STATE_CLASS_MEASUREMENT, ) from esphome.components.climate import (