-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcompressor.yaml
More file actions
46 lines (38 loc) · 1.22 KB
/
Copy pathcompressor.yaml
File metadata and controls
46 lines (38 loc) · 1.22 KB
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
43
44
45
46
---
substitutions:
name: compressor
friendly_name: Compressor
relay_name: Compressor
device_static_ip: !secret compressor_wifi_manual_ip_static_ip
device_ap_ssid: "Compressor"
device_ap_password: !secret compressor_wifi_ap_password
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
wifi_manual_ip_gateway: !secret wifi_manual_ip_gateway
wifi_manual_ip_subnet: !secret wifi_manual_ip_subnet
esphome:
name: ${name}
friendly_name: ${friendly_name}
esp8266:
board: esp8285
logger:
level: INFO
api:
encryption:
key: !secret compressor_esp_api_encryption_key
ota:
- platform: esphome
password: !secret compressor_esp_ota_password
wifi:
output_power: 10dBm
power_save_mode: none
# Only one AP in reach (garage attic router), so there's nothing to roam to.
# Skip the scan and connect straight to it -- also avoids scan RF churn
# between these two adjacent, mutually-interfering sockets.
fast_connect: true
packages:
wifi: !include packages/wifi.yaml
wifi-signal-sensors: !include packages/wifi-signal-sensors.yaml
wifi-diagnostic-sensors: !include packages/wifi-diagnostic-sensors.yaml
hardware: !include packages/device-configs/fantastic-outdoor-socket.yaml
captive_portal: