mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00: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