Weird one.
Had this when I originally got the deck, assumed it was an ESPHome bug. Whenever I add:
bluetooth_proxy:
active: true
to my config, my localdeck refuses to connect to WiFi anymore. If I then (annoyingly) reconfigure when plugged in (no Wifi), and remove the block, pops back online without issue.
Nothing special in the config:
# This file was generated by the LocalBytes LocalDeck Configurator
substitutions:
name: localdeck-f71a88
friendly_name: LocalDeck
esphome:
name: ${name}
friendly_name: ${friendly_name}
name_add_mac_suffix: false
platformio_options:
board_build.flash_mode: dio
on_boot:
- light.turn_on:
id: ledstrip
brightness: 25%
effect: Addressable Rainbow
- delay: 5s
- light.turn_off:
id: ledstrip
esp32:
board: esp32-c3-devkitm-1
framework:
type: esp-idf
sdkconfig_options: {}
wifi:
ap:
ssid: ${friendly_name}
ssid: !secret wifi_ssid
password: !secret wifi_password
captive_portal: {}
ota:
- platform: esphome
logger:
logs: {}
api:
encryption:
key: xxx
web_server: {}
output:
- platform: template
id: improv_status
type: binary
write_action:
- light.control:
id: keypad_button_01_light
state: !lambda return state;
# esp32_improv:
# status_indicator: improv_status
# authorizer: keypad_button_01
improv_serial: {}