mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
stop hating myself
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user