Skip to content

Commit

Permalink
✨ (esphome): New device
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Apr 12, 2024
1 parent 96b7a5c commit 4daec9a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions esphome/lsc-e27-light-gang-beneden.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
substitutions:
device_name: 'lsc-e27-light-gang-beneden'
friendly_name: 'LSC (Gang Beneden)'

esp8266:
board: esp01_1m

packages:
base_config: !include ./shared/base_config.yaml
wifi: !include ./shared/wifi.yaml
api: !include ./shared/api.yaml

light:
- platform: cwww
name: "Light"
cold_white: output_cold_white
warm_white: output_warm_white
cold_white_color_temperature: "3500 K"
warm_white_color_temperature: "2000 K"
restore_mode: ALWAYS_ON

output:
- platform: esp8266_pwm
id: output_cold_white
pin: 14
- platform: esp8266_pwm
id: output_warm_white
pin: 12

0 comments on commit 4daec9a

Please sign in to comment.