Fix low brightness ct issue
This commit is contained in:
parent
9878ddc34b
commit
b023ea9ff2
1 changed files with 8 additions and 4 deletions
|
|
@ -41,14 +41,18 @@ output:
|
|||
pin: GPIO19
|
||||
id: output_warm
|
||||
power_supply: power
|
||||
# min_power: 0.13
|
||||
max_power: 0.82
|
||||
min_power: 0.13
|
||||
max_power: 0.77
|
||||
frequency: 1220Hz
|
||||
zero_means_zero: true
|
||||
- platform: ledc
|
||||
pin: GPIO21
|
||||
id: output_cold
|
||||
power_supply: power
|
||||
# min_power: 0.13
|
||||
max_power: 0.82
|
||||
frequency: 1220Hz
|
||||
zero_means_zero: true
|
||||
min_power: 0.13
|
||||
max_power: 0.76
|
||||
|
||||
- platform: ledc
|
||||
pin: GPIO23
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue