-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathht-back-left.yaml
executable file
·58 lines (48 loc) · 1.2 KB
/
ht-back-left.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
substitutions:
name: "ht-back-left"
devicename: "ht-back-left"
friendly_name: Home Theater Back Left
timezone: America/Los_Angeles
devicetype: Kauf Bulb BR30
uptime_refresh: 60s
wifi_refresh: 300s
static_ip: 192.168.51.108
gateway: 192.168.50.1
subnet: 255.255.254.0
esphome:
name: ${name}
name_add_mac_suffix: false
comment: ${devicetype}
wifi:
ssid: !secret iot_ssid
password: !secret iotnetwork_password
ap:
ssid: $devicename
password: !secret ap_wifi
manual_ip:
static_ip: $static_ip
gateway: $gateway
subnet: $subnet
dns1: 192.168.50.13
captive_portal:
#sensor:
# - platform: wifi_signal
# name: "${friendly_name} WiFi Signal"
# device_class: signal_strength
# update_interval: $wifi_refresh
# - platform: uptime
# name: "Uptime"
# update_interval: $uptime_refresh
web_server:
port: 80
auth:
username: !secret web_server_username
password: !secret web_server_password
api: #Enable API
# encryption:
# key: !secret hass_encryption_key
password: !secret api_password
ota: #Enable OTA updates
password: !secret ota_password
packages:
Kauf.RGBWW: github://KaufHA/kauf-rgbww-bulbs/kauf-bulb.yaml