Add info about nightlight switch (#10242)

* Add info about nightlight switch

* ✏️ Tweak
This commit is contained in:
zewelor 2019-09-06 20:33:38 +02:00 committed by Teemu R
parent 9ed2749b22
commit 868b6aa50a

View File

@ -73,6 +73,10 @@ devices:
required: false
type: boolean
default: false
nightlight_switch_type:
description: Adds another entity, to control nightlight mode (for models that supports it). Currently, only `light` is supported. It will create 2 light entities, one for normal light mode and second for nightlight mode. They are mutually exclusive.
required: false
type: string
model:
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