Cannot get static IP to take, still using DHCP address

i tried that too, didn’t work. i’ll give it another shot though.

edit: that worked, i can see in the logs that it’s at .90 now…but esphome still shows it as offline.

seems it’s still looking for .132…

INFO Reading configuration /config/master-bedroom.yaml...
INFO Starting log output from 192.168.88.132 using esphome API
WARNING Can't connect to ESPHome API for 192.168.88.132: Error connecting to ('192.168.88.132', 6053): [Errno 113] Connect call failed ('192.168.88.132', 6053)
INFO Trying to reconnect to 192.168.88.132 in the background

if i connect it to my computer and look at the logs, it shows .90 as the new IP but the API is still saying .132…

[C][api:025]: Setting up Home Assistant API server...
[I][app:062]: setup() finished successfully!
[I][app:102]: ESPHome version 2022.6.2 compiled on Aug  8 2022, 00:33:11
[C][wifi:491]: WiFi:
[C][wifi:353]:   Local MAC: [redacted]
[C][wifi:354]:   SSID: [redacted]
[C][wifi:355]:   IP Address: 192.168.88.90
[C][wifi:357]:   BSSID: [redacted]
[C][wifi:358]:   Hostname: 'master-bedroom'
[C][wifi:360]:   Signal strength: -56 dB ▂▄▆█
[C][wifi:364]:   Channel: 1
[C][wifi:365]:   Subnet: 255.255.255.0
[C][wifi:366]:   Gateway: 192.168.88.1
[C][wifi:367]:   DNS1: 0.0.0.0
[C][wifi:368]:   DNS2: 0.0.0.0
[C][logger:275]: Logger:
[C][logger:276]:   Level: DEBUG
[C][logger:277]:   Log Baud Rate: 115200
[C][logger:278]:   Hardware UART: UART0
[C][captive_portal:088]: Captive Portal:
[C][mdns:084]: mDNS:
[C][mdns:085]:   Hostname: master-bedroom
[C][ota:085]: Over-The-Air Updates:
[C][ota:086]:   Address: 192.168.88.132:3232
[C][ota:089]:   Using Password.
[W][ota:095]: Last Boot was an unhandled reset, will proceed to safe mode in 2 restarts
[C][api:138]: API Server:
[C][api:139]:   Address: 192.168.88.132:6053
[C][api:141]:   Using noise encryption: YES

another edit: i even just tried completely wiping out the esphome container (i’m running HA in docker) and all of its data, and starting over…it still is using the .132 address for OTA and API.