mirror of
https://github.com/brianhanifin/esphome-config.git
synced 2026-07-28 04:05:55 +00:00
17 lines
293 B
YAML
17 lines
293 B
YAML
---
|
|
esphome:
|
|
name: $hostname
|
|
platform: ESP8266
|
|
board: esp01_1m
|
|
|
|
<<: !include ../wifi.yaml
|
|
<<: !include ../ota.yaml
|
|
<<: !include ../api.yaml
|
|
<<: !include ../logger.yaml
|
|
|
|
binary_sensor:
|
|
- !include ../binary_sensors/power_button_inverted.yaml
|
|
|
|
switch:
|
|
- !include ../switches/relay.yaml
|