Edit esp-occupancystair.yaml
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
#:########################################################################################:#
|
#:########################################################################################:#
|
||||||
|
|||||||
Reference in New Issue
Block a user