tv1 network model.
This commit is contained in:
@@ -11,16 +11,11 @@ esphome:
|
||||
wifi:
|
||||
ssid: !secret wifi_oss_ssid
|
||||
password: !secret wifi_oss_pw
|
||||
fast_connect: true
|
||||
|
||||
manual_ip:
|
||||
static_ip: 192.168.35.250
|
||||
gateway: 192.168.35.1
|
||||
subnet: 255.255.255.0
|
||||
use_address: "${device_name}"
|
||||
|
||||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "${device_name} Fallback Hotspot"
|
||||
ssid: "${device_name}-fallback"
|
||||
password: !secret wifi_fallback_pw
|
||||
|
||||
# Enable logging
|
||||
|
||||
Reference in New Issue
Block a user