cleaned for new home
This commit is contained in:
@@ -19,72 +19,27 @@ packages:
|
||||
board: !include boards/esp32-C3.yaml
|
||||
device_base: !include common/common.yaml
|
||||
connection: !include common/wifi.yaml
|
||||
# status: !include templates/status.yaml
|
||||
logger: !include templates/logger.yaml
|
||||
|
||||
light:
|
||||
- platform: monochromatic
|
||||
id: led_light1
|
||||
restore_mode: RESTORE_DEFAULT_ON
|
||||
output: led1
|
||||
name: led_light1
|
||||
effects:
|
||||
- flicker:
|
||||
name: "Flicker"
|
||||
alpha: 95%
|
||||
intensity: 1.5%
|
||||
on_turn_on:
|
||||
- light.turn_on:
|
||||
id: led_light1
|
||||
effect: flicker
|
||||
brightness: 75%
|
||||
|
||||
- platform: monochromatic
|
||||
id: led_light2
|
||||
restore_mode: RESTORE_DEFAULT_ON
|
||||
output: led2
|
||||
name: led_light2
|
||||
effects:
|
||||
- flicker:
|
||||
name: "Flicker"
|
||||
alpha: 95%
|
||||
intensity: 1.5%
|
||||
on_turn_on:
|
||||
- light.turn_on:
|
||||
id: led_light2
|
||||
effect: flicker
|
||||
brightness: 75%
|
||||
|
||||
|
||||
- platform: monochromatic
|
||||
id: led_light3
|
||||
restore_mode: RESTORE_DEFAULT_ON
|
||||
output: led3
|
||||
name: led_light3
|
||||
effects:
|
||||
- flicker:
|
||||
name: "Flicker"
|
||||
alpha: 95%
|
||||
intensity: 1.5%
|
||||
on_turn_on:
|
||||
- light.turn_on:
|
||||
id: led_light3
|
||||
effect: flicker
|
||||
brightness: 75%
|
||||
|
||||
output:
|
||||
- platform: ledc
|
||||
pin: ${pin_led1}
|
||||
id: led1
|
||||
|
||||
- platform: ledc
|
||||
pin: ${pin_led2}
|
||||
id: led2
|
||||
|
||||
- platform: ledc
|
||||
pin: ${pin_led3}
|
||||
id: led3
|
||||
|
||||
#led packages
|
||||
ledje1: !include
|
||||
file: templates/LedWithEffects.yaml
|
||||
vars:
|
||||
entityID: led_light1
|
||||
entityName: "led_light1"
|
||||
pin_led: ${pin_led1}
|
||||
ledje2: !include
|
||||
file: templates/LedWithEffects.yaml
|
||||
vars:
|
||||
entityID: led_light2
|
||||
entityName: "led_light2"
|
||||
pin_led: ${pin_led2}
|
||||
ledje3: !include
|
||||
file: templates/LedWithEffects.yaml
|
||||
vars:
|
||||
entityID: led_light3
|
||||
entityName: "led_light2"
|
||||
pin_led: ${pin_led3}
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
||||
Reference in New Issue
Block a user