2019-12-31 02:26:12 +00:00
|
|
|
substitutions:
|
|
|
|
device_id:
|
|
|
|
device_name:
|
|
|
|
platform: ESP8266
|
|
|
|
board: esp01_1m
|
|
|
|
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
|
|
|
|
|
2020-02-14 22:42:47 +00:00
|
|
|
<<: !include common/common_tuya_dimmer.yaml
|
2020-02-14 02:59:08 +00:00
|
|
|
<<: !include common/logger/logger_none.yaml
|
2019-12-31 02:26:12 +00:00
|
|
|
|
|
|
|
binary_sensor:
|
|
|
|
- !include common/binary_sensor/status.yaml
|
|
|
|
|
|
|
|
sensor:
|
|
|
|
- !include common/sensor/uptime.yaml
|
|
|
|
- !include common/sensor/wifi.yaml
|
|
|
|
|
|
|
|
switch:
|
|
|
|
- !include common/switch/restart.yaml
|
|
|
|
|
|
|
|
text_sensor:
|
|
|
|
- !include common/text_sensor/version.yaml
|
|
|
|
- !include common/text_sensor/wifi.yaml
|