# Enable Home Assistant API
api:
password: '*******'
ota:
password: "94bca001f818e9a00f7107f0c520fa76"
wifi:
ssid: "Hui"
password: "********"
manual_ip:
# Set this to the IP of the ESP
static_ip: 192.168.0.234
# Set this to the IP address of the router. Often ends with .1
gateway: 192.168.0.1
# The subnet of the network. 255.255.255.0 works for most home networks.
subnet: 255.255.255.0
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Test Fallback Hotspot"
password: "zRvBfBwWWEt9"