-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchristmas-tree-star.yaml
executable file
·45 lines (37 loc) · 1 KB
/
christmas-tree-star.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
substitutions:
devicename: christmas-tree-star
friendly_name: Christmas Tree Star
timezone: America/Los_Angeles
devicetype: Sonoff S31
uptime_refresh: 300s
wifi_refresh: 300s
power_refresh: 30s
static_ip: 192.168.100.14
gateway: 192.168.100.1
subnet: 255.255.255.0
dns1: 192.168.50.13
# Set the restore mode for after power outage:
# More info: https://esphome.io/components/switch/gpio.html
restore_mode: RESTORE_DEFAULT_ON
#debug:
# update_interval: 60s
#text_sensor:
# - platform: debug
# device:
# name: "Device Info"
#sensor:
# - platform: debug
# free:
# name: "Heap Free"
# fragmentation:
# name: "Heap Fragmentation"
# block:
# name: "Heap Max Block"
# loop_time:
# name: "Loop Time"
packages:
wifi: !include .base-staticip-wifi-iot100.yaml
web_server: !include .base-web_server.yaml
hass_ota_base: !include .base-hass-ota.yaml
update_sensors: !include .base-uptime-sensors.yaml
base_device: !include .device-sonoff_s31.yaml