ESPHome-Devices/family_room_light.yaml

30 lines
734 B
YAML
Raw Normal View History

substitutions:
2020-02-14 22:42:47 +00:00
device_id: family_room_light
device_name: Family Room Light
platform: ESP8266
board: esp01_1m
2020-02-14 22:42:47 +00:00
ip_address: !secret family_room_light_ip
ota_pwd: !secret family_room_light_ota_pwd
api_pwd: !secret family_room_light_api_pwd
ap_wifi_pwd: !secret family_room_light_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
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
2020-02-14 22:42:47 +00:00
- !include common/text_sensor/wifi.yaml