mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
414acf54cb
Add patio_lights Add Feit dimmer common files Add office_light
29 lines
643 B
YAML
29 lines
643 B
YAML
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
|
|
|
|
<<: !include common/common_tuya_feit_dimmer.yaml
|
|
<<: !include common/logger/logger_tuya_no_log.yaml
|
|
|
|
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 |