Skip to content

Commit

Permalink
Set default back to 2.8 gamma_correct
Browse files Browse the repository at this point in the history
Also include wifi_signal since we have the extra storage space
  • Loading branch information
untergeek committed Nov 2, 2024
1 parent b144b09 commit 365ec76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template/mjsd01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@ packages:
file: ../esphome.yaml
vars:
project_name: untergeek.mjsd01
project_version: 1.0.3
project_version: 1.0.4
chip: !include
file: ../esp8266.yaml
vars:
board: esp_wroom_02
sync: !include ../time.yaml
togl: !include ../restart_switch.yaml
logs: !include ../logging.yaml
sgnl: !include ../wifi_signal.yaml

substitutions:
icon: "mdi:light-switch"
pwm_min_power: "0.15"
pwm_max_power: "1"
pwm_frequency: 1000 Hz
gamma_correct: "2.0"
gamma_correct: "2.8"
no_delay: 0s # transition when changing dimmer_lvl & relay delay
transition_length: .5s # transition when turning on/off
long_press_min: .4s # minimum time to activate long-press action
Expand Down

0 comments on commit 365ec76

Please sign in to comment.