reorganized main and mini + set max levels
This commit is contained in:
+11
-11
@@ -25,16 +25,16 @@ spi:
|
|||||||
|
|
||||||
output:
|
output:
|
||||||
- platform: ledc
|
- platform: ledc
|
||||||
pin: GPIO46
|
pin: GPIO3
|
||||||
id: displays_mini_backlight_pwm
|
id: display_main_backlight_pwm
|
||||||
inverted: True
|
inverted: True
|
||||||
max_power: 1.0
|
max_power: 1.0
|
||||||
frequency: 500Hz
|
frequency: 500Hz
|
||||||
- platform: ledc
|
- platform: ledc
|
||||||
pin: GPIO3
|
pin: GPIO46
|
||||||
id: display_main_backlight_pwm
|
id: displays_mini_backlight_pwm
|
||||||
inverted: True
|
inverted: True
|
||||||
max_power: 0.5
|
max_power: 0.4
|
||||||
frequency: 500Hz
|
frequency: 500Hz
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
@@ -52,18 +52,18 @@ light:
|
|||||||
variant: WS2812
|
variant: WS2812
|
||||||
pin: GPIO4
|
pin: GPIO4
|
||||||
num_leds: 17
|
num_leds: 17
|
||||||
- platform: monochromatic
|
|
||||||
output: displays_mini_backlight_pwm
|
|
||||||
gamma_correct : 2.2
|
|
||||||
name: "Mini Display Backlight"
|
|
||||||
id: displays_mini_backlight
|
|
||||||
restore_mode: ALWAYS_ON
|
|
||||||
- platform: monochromatic
|
- platform: monochromatic
|
||||||
output: display_main_backlight_pwm
|
output: display_main_backlight_pwm
|
||||||
gamma_correct : 2.2
|
gamma_correct : 2.2
|
||||||
name: "Main Display Backlight"
|
name: "Main Display Backlight"
|
||||||
id: display_main_backlight
|
id: display_main_backlight
|
||||||
restore_mode: ALWAYS_ON
|
restore_mode: ALWAYS_ON
|
||||||
|
- platform: monochromatic
|
||||||
|
output: displays_mini_backlight_pwm
|
||||||
|
gamma_correct : 2.2
|
||||||
|
name: "Mini Display Backlight"
|
||||||
|
id: displays_mini_backlight
|
||||||
|
restore_mode: ALWAYS_ON
|
||||||
|
|
||||||
time:
|
time:
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
|
|||||||
Reference in New Issue
Block a user