Enabled encryption, address, fallback hotspot.
This commit is contained in:
parent
4b5a9f7ad3
commit
d0619aa4b6
@ -6,7 +6,28 @@ esphome:
|
||||
name: ${name}
|
||||
name_add_mac_suffix: false
|
||||
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
password: !secret wifi_password
|
||||
use_address: raspiaudio-muse-luxe.home
|
||||
power_save_mode: high
|
||||
fast_connect: on
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Raspiaudio Fallback Hotspot"
|
||||
password: !secret fallback_psk
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
password: !secret api
|
||||
encryption:
|
||||
key: !secret apikey
|
||||
|
||||
ota:
|
||||
password: !secret ota
|
||||
|
||||
sensor:
|
||||
# WiFi signal strength
|
||||
- platform: wifi_signal
|
||||
name: "WiFi Signalstärke"
|
||||
update_interval: 60s
|
||||
|
Loading…
Reference in New Issue
Block a user