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