taschenbier
5 years ago
1 changed files with 35 additions and 0 deletions
@ -0,0 +1,35 @@ |
|||||||
|
<<: !include secrets.yaml |
||||||
|
|
||||||
|
esphome: |
||||||
|
name: lugsaar_esphome_blaue_lichterkette |
||||||
|
platform: ESP8266 |
||||||
|
board: d1_mini |
||||||
|
|
||||||
|
wifi: |
||||||
|
ssid: $wifi_ssid |
||||||
|
password: $wifi_password |
||||||
|
|
||||||
|
ota: |
||||||
|
password: $ota_password |
||||||
|
|
||||||
|
logger: |
||||||
|
|
||||||
|
mqtt: |
||||||
|
broker: $mqtt_host |
||||||
|
port: $mqtt_port |
||||||
|
username: $mqtt_user |
||||||
|
password: $mqtt_password |
||||||
|
client_id: lugsaar_esphome_blaue_lichterkette |
||||||
|
topic_prefix: licht |
||||||
|
|
||||||
|
output: |
||||||
|
- platform: esp8266_pwm |
||||||
|
pin: GPIO04 |
||||||
|
frequency: 1000 Hz |
||||||
|
id: pwm_output |
||||||
|
|
||||||
|
light: |
||||||
|
- platform: monochromatic |
||||||
|
output: pwm_output |
||||||
|
name: "Blaue Lichterkette" |
||||||
|
|
Loading…
Reference in new issue