23 lines
593 B
YAML
23 lines
593 B
YAML
# WiFi Configuration
|
|
wifi_ssid: "YourWiFiSSID"
|
|
wifi_password: "YourWiFiPassword"
|
|
|
|
# Manual IP configuration (adjust to your network)
|
|
device_ip: "192.168.50.100"
|
|
gateway_ip: "192.168.50.1"
|
|
subnet: "255.255.255.0"
|
|
|
|
# Access Point fallback password
|
|
ap_password: "ChangeThisToASecurePassword"
|
|
|
|
# OTA (Over-the-Air) Update password
|
|
ota_password: "YourOTAPassword"
|
|
|
|
# MQTT configuration
|
|
mqtt_broker: "192.168.50.10"
|
|
mqtt_port: 1883
|
|
mqtt_username: "mqtt_user"
|
|
mqtt_password: "mqtt_password"
|
|
|
|
# Home Assistant API encryption key (only if you enable api:)
|
|
api_encryption_key: "your_api_encryption_key"
|