fix(py): import CONF_TIME for clock action requires_component

This commit is contained in:
Automation 2025-09-08 11:02:15 +02:00
parent de21822c7a
commit e717bf7d85

View File

@ -17,8 +17,7 @@ from esphome.const import (
CONF_TEMPERATURE,
CONF_TRIGGER_ID,
CONF_STOP,
CONF_TIME_ID,
)
CONF_TIME_ID,\r\n CONF_TIME,\r\n)
CONF_MASTER_MODE = "master_mode"
CONF_WRITES_ARMED = "writes_armed"