diff --git a/esphome/esp-occupancystair.yaml b/esphome/esp-occupancystair.yaml index ebdcb21..0170cdd 100644 --- a/esphome/esp-occupancystair.yaml +++ b/esphome/esp-occupancystair.yaml @@ -64,7 +64,7 @@ substitutions: # Project Naming 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) api_key: !secret esp-api_key @@ -84,8 +84,8 @@ substitutions: # MQTT REMOTE Controls mqtt_remote_device1_name: "stair-footerlights" mqtt_remote_device1_command_topic: "${mqtt_command_main_topic}/${mqtt_remote_device1_name}" - mqtt_remote_device_command_ON: "ON" - mqtt_remote_device_command_OFF: "OFF" + mqtt_remote_device_command_ON: "On" + mqtt_remote_device_command_OFF: "Off" #:########################################################################################:# # PACKAGES: Included Common Packages @@ -144,7 +144,7 @@ esphome: esp32: board: esp32dev framework: - type: esp-idf # "esp-idf" OR "arduino" + type: esp-idf # "esp-idf" OR "arduino" version: recommended #:########################################################################################:# @@ -479,4 +479,4 @@ script: - mqtt.publish: topic: "${mqtt_remote_device1_command_topic}" payload: "${mqtt_remote_device_command_OFF}" - retain: false \ No newline at end of file + retain: false