mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 20:02:22 +01:00
fixes
This commit is contained in:
@@ -17,7 +17,7 @@ CONFIG_SCHEMA = cv.Schema(
|
||||
{
|
||||
cv.GenerateID(): cv.declare_id(RuntimeStatsCollector),
|
||||
cv.Optional(
|
||||
CONF_LOG_INTERVAL, default=60000
|
||||
CONF_LOG_INTERVAL, default="60s"
|
||||
): cv.positive_time_period_milliseconds,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user