stop hating myself

This commit is contained in:
CeeWeasel
2025-12-09 16:59:38 -05:00
parent a49d981ad4
commit 578edbc7dc
100 changed files with 11098 additions and 966 deletions
+6
View File
@@ -9,6 +9,7 @@ substitutions:
network: wifi
static_ip: !secret garage-cleversensor-ip
i2c_id: bus_a
mqtt_root_topic: !secret mqtt_root_topic
# For the ultrasonic sensors
trigger1: 16
@@ -54,6 +55,7 @@ packages:
device_base: !include common/device_base.yaml
web_server: !include common/web_server.yaml
bme680: !include common/bme68x_bsec2_i2c.yaml
mqtt: !include common/mqtt_all.yaml
# remote_receiver:
# pin: ${ir_rx}
@@ -115,6 +117,10 @@ binary_sensor:
- platform: gpio
name: "ESP32-EVB button"
pin: ${button1}
# on_press:
# - mqtt.publish:
# topic: "${mqtt_root_topic}/${devicename}/button"
# payload: "pressed"
- platform: gpio
name: "Garage Door"