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:
Wilhelm Erasmus 2020-07-20 23:09:04 +02:00 committed by GitHub
parent 0afa41d08a
commit 6405799cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')