From 1aa5985c2c8a835a4f03564b7cbcfec49a47aed2 Mon Sep 17 00:00:00 2001 From: ESPHome Device Builder Date: Sat, 11 Jul 2026 17:55:33 +1200 Subject: [PATCH] Edit esp-espnow_test_receiver.yaml --- esphome/esp-espnow_test_receiver.yaml | 40 ++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/esphome/esp-espnow_test_receiver.yaml b/esphome/esp-espnow_test_receiver.yaml index 68aa12b..8b5d51b 100644 --- a/esphome/esp-espnow_test_receiver.yaml +++ b/esphome/esp-espnow_test_receiver.yaml @@ -26,8 +26,46 @@ substitutions: friendly_name: "ESPNow Test Receiver" area: "Test Bench" + ota_pass: !secret ota_password + api_key: !secret api_encryption_key + +#:########################################################################################:# +# PACKAGES: Included Common Packages +# https://esphome.io/components/packages.html +#:########################################################################################:# packages: - network: !include common/network_common_dhcp.yaml + #### WIFI, Network (DHCP/IPV6 etc), Fallback AP, Safemode #### + common_wifi: !include + file: common/network_common_dhcp.yaml + vars: + local_device_name: "${device_name}" + local_ota_pass: "${ota_pass}" + + #### HOME ASSISTANT API (choose encryption or no encryption options) #### + common_api: !include + file: common/api_common.yaml + #file: common/api_common_noencryption.yaml + vars: + local_api_key: "${api_key}" + + #### MQTT #### + #common_mqtt: !include + # file: common/mqtt_common.yaml + # vars: + # local_device_name: "${device_name}" + + #### WEB PORTAL #### + #common_webportal: !include common/webportal_common.yaml + common_webportal: !include common/webportal_common_nopasswd.yaml + + #### SNTP (Only use if you want/need accurate timeclocks) #### + #common_sntp: !include common/sntp_common.yaml + + #### DIAGNOSTICS Sensors #### + diag_basic: !include common/include_basic_diag_sensors.yaml + diag_more: !include common/include_more_diag_sensors_nomqtt.yaml + #diag_debug: !include common/include_debug_diag_sensors.yaml + #diag_resetcount: !include common/include_resetcount_diag_sensors.yaml esphome: name: ${device_name}