Skip to content

Commit

Permalink
Add better limits
Browse files Browse the repository at this point in the history
See #15
  • Loading branch information
syssi committed Sep 13, 2024
1 parent 3326451 commit 4ae7d85
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions yeelight_light_ceiling10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@ 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
zero_means_zero: true
- platform: ledc
pin: GPIO21
id: output_cold
power_supply: power
# min_power: 0.13
max_power: 0.82
min_power: 0.13
max_power: 0.76
zero_means_zero: true

- platform: ledc
pin: GPIO23
Expand Down

0 comments on commit 4ae7d85

Please sign in to comment.