Mercurial > code > home > repos > homeauto
comparison espNode/bed.yaml @ 1735:5eac87c0f5b6
rm old config
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Sep 2023 13:47:42 -0700 |
parents | bc3516d02762 |
children | c480732442ec |
comparison
equal
deleted
inserted
replaced
1734:2de725db456b | 1735:5eac87c0f5b6 |
---|---|
2 | 2 |
3 esphome: | 3 esphome: |
4 name: bed | 4 name: bed |
5 platform: ESP32 | 5 platform: ESP32 |
6 board: lolin32 | 6 board: lolin32 |
7 build_path: build | |
8 | 7 |
9 wifi: | 8 wifi: |
10 ssid: !secret wifi_ssid | 9 ssid: !secret wifi_ssid |
11 password: !secret wifi_password | 10 password: !secret wifi_password |
12 domain: '' | 11 domain: '' |
13 use_address: 10.2.0.90 # not stable! | |
14 | 12 |
15 mqtt: | 13 mqtt: |
16 broker: '10.2.0.1' | 14 broker: '10.2.0.1' |
17 port: 1883 | 15 port: 1883 |
18 username: '' | 16 username: '' |