2019-12-30 21:16:54 +00:00
|
|
|
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
|
2019-12-30 21:16:54 +00:00
|
|
|
|
|
|
|
esphome:
|
|
|
|
<<: !include common/esphome.yaml
|
|
|
|
|
|
|
|
<<: !include common/common.yaml
|
2020-02-14 02:59:08 +00:00
|
|
|
<<: !include common/logger/logger_none.yaml
|
2019-12-30 21:16:54 +00:00
|
|
|
|
|
|
|
binary_sensor:
|
2019-12-31 01:44:42 +00:00
|
|
|
- !include common/binary_sensor/status.yaml
|
2019-12-30 21:16:54 +00:00
|
|
|
|
|
|
|
sensor:
|
2019-12-31 01:44:42 +00:00
|
|
|
- !include common/sensor/uptime.yaml
|
|
|
|
- !include common/sensor/wifi.yaml
|
2019-12-30 21:16:54 +00:00
|
|
|
|
|
|
|
switch:
|
2019-12-31 01:44:42 +00:00
|
|
|
- !include common/switch/restart.yaml
|
2019-12-30 21:16:54 +00:00
|
|
|
|
|
|
|
text_sensor:
|
2019-12-31 01:44:42 +00:00
|
|
|
- !include common/text_sensor/version.yaml
|
|
|
|
- !include common/text_sensor/wifi.yaml
|