mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00: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