Fix lamp going dark on low brightness
This commit is contained in:
parent
177c024d0a
commit
8b83a6a1ef
1 changed files with 10 additions and 0 deletions
|
|
@ -14,22 +14,32 @@ output:
|
|||
id: output_ch1
|
||||
channel: 1
|
||||
current: 20
|
||||
min_power: 0.02
|
||||
zero_means_zero: true
|
||||
- platform: bp5758d
|
||||
id: output_ch2
|
||||
channel: 2
|
||||
current: 20
|
||||
min_power: 0.02
|
||||
zero_means_zero: true
|
||||
- platform: bp5758d
|
||||
id: output_ch3
|
||||
channel: 3
|
||||
current: 20
|
||||
min_power: 0.02
|
||||
zero_means_zero: true
|
||||
- platform: bp5758d
|
||||
id: output_ch4
|
||||
channel: 4
|
||||
current: 80
|
||||
min_power: 0.02
|
||||
zero_means_zero: true
|
||||
- platform: bp5758d
|
||||
id: output_ch5
|
||||
channel: 5
|
||||
current: 80
|
||||
min_power: 0.02
|
||||
zero_means_zero: true
|
||||
|
||||
light:
|
||||
- platform: rgbww
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue