diff --git a/esphome/.device-builder.json b/esphome/.device-builder.json index 845a023..66497a4 100644 --- a/esphome/.device-builder.json +++ b/esphome/.device-builder.json @@ -309,13 +309,13 @@ }, "_firmware_jobs": [ { - "job_id": "90c4ef66ff5b", + "job_id": "18e167c90e84", "configuration": "esp-astroclockstepper1.yaml", "job_type": "compile", "status": "completed", - "created_at": "2026-06-22T10:01:22.573688+00:00", - "started_at": "2026-06-22T10:01:22.574085+00:00", - "completed_at": "2026-06-22T10:02:43.029754+00:00", + "created_at": "2026-06-22T10:39:50.725643+00:00", + "started_at": "2026-06-22T10:39:50.726018+00:00", + "completed_at": "2026-06-22T10:40:00.987922+00:00", "exit_code": 0, "error": null, "port": "", diff --git a/esphome/common/network_common_dhcp.yaml b/esphome/common/network_common_dhcp.yaml index 226a74b..5001803 100644 --- a/esphome/common/network_common_dhcp.yaml +++ b/esphome/common/network_common_dhcp.yaml @@ -24,7 +24,8 @@ substitutions: # WiFi Credentials wifi_ssid: !secret ha_wifi_ssid wifi_password: !secret ha_wifi_password - fallback_ap_password: !secret fallback_ap_password + #fallback_ap_password: !secret fallback_ap_password + fallback_ap_password: !secret fallback_ap_password_shared # Enables faster network connections, with last connected SSID being connected to and no full scan for SSID being undertaken wifi_fast_connect: "false" @@ -39,8 +40,8 @@ substitutions: fallback_ap_timeout: "2min" # Network reconnect every x hours to ensure best access point - base_interval_hours: "23" - random_offset_max_minutes: "59" + #base_interval_hours: "23" + #random_offset_max_minutes: "59" #:########################################################################################:# @@ -92,7 +93,7 @@ ota: version: 2 # Optional: uncomment if you want OTA uploads through the web interface - #- platform: web_server + - platform: web_server #:########################################################################################:#