mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 23:21:54 +00:00 
			
		
		
		
	fix(cover yaml validation): adds gate to coincide with Home Assistant (#1175)
Co-authored-by: Wilhelm Erasmus <iam@erasmuswill.dev>
This commit is contained in:
		| @@ -11,7 +11,7 @@ IS_PLATFORM_COMPONENT = True | |||||||
|  |  | ||||||
| DEVICE_CLASSES = [ | DEVICE_CLASSES = [ | ||||||
|     '', 'awning', 'blind', 'curtain', 'damper', 'door', 'garage', |     '', 'awning', 'blind', 'curtain', 'damper', 'door', 'garage', | ||||||
|     'shade', 'shutter', 'window' |     'gate', 'shade', 'shutter', 'window' | ||||||
| ] | ] | ||||||
|  |  | ||||||
| cover_ns = cg.esphome_ns.namespace('cover') | cover_ns = cg.esphome_ns.namespace('cover') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user