Edit esp-occupancystair.yaml

This commit is contained in:
ESPHome Device Builder
2026-07-25 21:55:17 +12:00
parent 3467aec947
commit 7fef727c68
+5 -5
View File
@@ -64,7 +64,7 @@ substitutions:
# Project Naming # Project Naming
project_name: "Generic.ESP32" project_name: "Generic.ESP32"
project_version: "v2.2" # Project V denotes release of yaml file, allowing checking of deployed vs latest version project_version: "v2.2" # Project V denotes release of yaml file, allowing checking of deployed vs latest version
# Passwords & Secrets (unfortunately you can't use substitutions inside secrets names) # Passwords & Secrets (unfortunately you can't use substitutions inside secrets names)
api_key: !secret esp-api_key api_key: !secret esp-api_key
@@ -84,8 +84,8 @@ substitutions:
# MQTT REMOTE Controls # MQTT REMOTE Controls
mqtt_remote_device1_name: "stair-footerlights" mqtt_remote_device1_name: "stair-footerlights"
mqtt_remote_device1_command_topic: "${mqtt_command_main_topic}/${mqtt_remote_device1_name}" mqtt_remote_device1_command_topic: "${mqtt_command_main_topic}/${mqtt_remote_device1_name}"
mqtt_remote_device_command_ON: "ON" mqtt_remote_device_command_ON: "On"
mqtt_remote_device_command_OFF: "OFF" mqtt_remote_device_command_OFF: "Off"
#:########################################################################################:# #:########################################################################################:#
# PACKAGES: Included Common Packages # PACKAGES: Included Common Packages
@@ -144,7 +144,7 @@ esphome:
esp32: esp32:
board: esp32dev board: esp32dev
framework: framework:
type: esp-idf # "esp-idf" OR "arduino" type: esp-idf # "esp-idf" OR "arduino"
version: recommended version: recommended
#:########################################################################################:# #:########################################################################################:#
@@ -479,4 +479,4 @@ script:
- mqtt.publish: - mqtt.publish:
topic: "${mqtt_remote_device1_command_topic}" topic: "${mqtt_remote_device1_command_topic}"
payload: "${mqtt_remote_device_command_OFF}" payload: "${mqtt_remote_device_command_OFF}"
retain: false retain: false