Make empty esp01_1m more generic

This commit is contained in:
2024-06-21 21:13:00 +02:00
parent 7774569703
commit 7638cdf4ef
+1 -7
View File
@@ -4,15 +4,9 @@ esp8266:
board: esp01_1m board: esp01_1m
esphome: esphome:
name: empty01s name: empty01m
name_add_mac_suffix: true name_add_mac_suffix: true
packages: packages:
wifi: !include ../templates/wifi.yaml wifi: !include ../templates/wifi.yaml
ota: !include ../templates/ota.yaml ota: !include ../templates/ota.yaml
switch:
- platform: gpio
pin: GPIO0
name: "Relay"
inverted: true