mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Lint
This commit is contained in:
		| @@ -256,7 +256,7 @@ def validate_cron_keys(value): | ||||
|         value = {x: value[x] for x in value if x != CONF_CRON} | ||||
|         value.update(cron_) | ||||
|         return value | ||||
|     elif CONF_AT in value: | ||||
|     if CONF_AT in value: | ||||
|         for key in value.keys(): | ||||
|             if key in CRON_KEYS: | ||||
|                 raise vol.Invalid("Cannot use option {} when at: is specified.".format(key)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user