mirror of
https://github.com/GrKoR/esphome_aux_ac_component.git
synced 2025-12-14 15:37:03 +03:00
sensor will be auto loaded
This commit is contained in:
@@ -22,7 +22,8 @@ from esphome.components.climate import (
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
CODEOWNERS = ["@GrKoR"]
|
CODEOWNERS = ["@GrKoR"]
|
||||||
DEPENDENCIES = ["climate", "uart", "sensor"]
|
DEPENDENCIES = ["climate", "uart"]
|
||||||
|
AUTO_LOAD = ["sensor"]
|
||||||
|
|
||||||
CONF_SUPPORTED_MODES = 'supported_modes'
|
CONF_SUPPORTED_MODES = 'supported_modes'
|
||||||
CONF_SUPPORTED_SWING_MODES = 'supported_swing_modes'
|
CONF_SUPPORTED_SWING_MODES = 'supported_swing_modes'
|
||||||
|
|||||||
Reference in New Issue
Block a user