diff espNode/sonoff_light.yaml @ 1739:28a3e35bc23f

mqtt server & options
author drewp@bigasterisk.com
date Fri, 01 Sep 2023 17:12:06 -0700
parents c480732442ec
children
line wrap: on
line diff
--- a/espNode/sonoff_light.yaml	Fri Sep 01 17:11:22 2023 -0700
+++ b/espNode/sonoff_light.yaml	Fri Sep 01 17:12:06 2023 -0700
@@ -1,17 +1,15 @@
 esphome:
+  # names end with 0..4
   name: sonoff_4
   platform: esp8266
   board: esp01_1m
-  build_path: build
 
 wifi:
   ssid: !secret wifi_ssid
   password: !secret wifi_password
-#  use_address: 10.2.0.96
-#  domain: '.bigasterisk.com'
 
 mqtt:
-  broker: '10.2.0.1'
+  broker: "mqtt2.bigasterisk.com"
   port: 1883
 
 logger: