comparison 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
comparison
equal deleted inserted replaced
1738:7d270896d6d0 1739:28a3e35bc23f
1 esphome: 1 esphome:
2 # names end with 0..4
2 name: sonoff_4 3 name: sonoff_4
3 platform: esp8266 4 platform: esp8266
4 board: esp01_1m 5 board: esp01_1m
5 build_path: build
6 6
7 wifi: 7 wifi:
8 ssid: !secret wifi_ssid 8 ssid: !secret wifi_ssid
9 password: !secret wifi_password 9 password: !secret wifi_password
10 # use_address: 10.2.0.96
11 # domain: '.bigasterisk.com'
12 10
13 mqtt: 11 mqtt:
14 broker: '10.2.0.1' 12 broker: "mqtt2.bigasterisk.com"
15 port: 1883 13 port: 1883
16 14
17 logger: 15 logger:
18 baud_rate: 115200 16 baud_rate: 115200
19 level: INFO 17 level: INFO