ESPHome-Devices/.standard.yaml

29 lines
604 B
YAML
Raw Normal View History

substitutions:
device_id:
device_name:
platform:
board:
2019-12-31 01:44:42 +00:00
ip_address: !secret _ip
ota_pwd: !secret _ota_pwd
api_pwd: !secret _api_pwd
ap_wifi_pwd: !secret _ap_wifi_pwd
esphome:
<<: !include common/esphome.yaml
<<: !include common/common.yaml
2020-02-14 02:59:08 +00:00
<<: !include common/logger/logger_none.yaml
binary_sensor:
2019-12-31 01:44:42 +00:00
- !include common/binary_sensor/status.yaml
sensor:
2019-12-31 01:44:42 +00:00
- !include common/sensor/uptime.yaml
- !include common/sensor/wifi.yaml
switch:
2019-12-31 01:44:42 +00:00
- !include common/switch/restart.yaml
text_sensor:
2019-12-31 01:44:42 +00:00
- !include common/text_sensor/version.yaml
- !include common/text_sensor/wifi.yaml