mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01: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:
parent
0afa41d08a
commit
6405799cc2
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue