mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +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 = [ | ||||
|     '', 'awning', 'blind', 'curtain', 'damper', 'door', 'garage', | ||||
|     'shade', 'shutter', 'window' | ||||
|     'gate', 'shade', 'shutter', 'window' | ||||
| ] | ||||
|  | ||||
| cover_ns = cg.esphome_ns.namespace('cover') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user