espHome-NBS-files/garage1.yaml
Nicolas Bachschwell 9fac30e714
Added:
OnBoard LED to turn on while ESP is not connected to MQTT for pingpongfuss and tablesoccer

Changed:
  Garage to no use NO power saving while on wifi
2024-05-04 15:00:31 +02:00

45 lines
735 B
YAML

substitutions:
garageSide: wo # sy, wo
esphome:
name: garage${garageSide}
platform: ESP32
board: esp32dev
ota:
password: !secret gd_passwd
api:
encryption:
key: !secret gd_key
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
power_save_mode: none
fast_connect: true
logger:
#level: VERY_VERBOSE
external_components:
- source:
type: local
path: external_components/
components: [ hoermann_door ]
cover:
- platform: hoermann_door
name: door_${garageSide}
light:
- platform: binary
name: door_${garageSide}_lamp
id: lamp_id_${garageSide}
output: light_out
output:
- id: light_out
platform: hoermann_door
state_callback: lamp_id_${garageSide}