Missing 'color2' in model options (#8023)

This commit is contained in:
Nicholas Westerhausen 2019-01-02 14:27:39 -05:00 committed by Franck Nijhof
parent 1fbc63c7fb
commit 44d7c05196

View File

@ -59,7 +59,7 @@ devices:
type: boolean
default: False
model:
description: "Yeelight model. Possible values are `mono1`, `color1`, `strip1`, `bslamp1`, `ceiling1`, `ceiling2`, `ceiling3`, `ceiling4`. The setting is used to enable model specific features f.e. a particular color temperature range."
description: "Yeelight model. Possible values are `mono1`, `color1`, `color2`, `strip1`, `bslamp1`, `ceiling1`, `ceiling2`, `ceiling3`, `ceiling4`. The setting is used to enable model specific features f.e. a particular color temperature range."
required: false
type: string
{% endconfiguration %}