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