-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathht-front-right.yaml
executable file
·48 lines (40 loc) · 1.01 KB
/
ht-front-right.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
substitutions:
name: "ht-front-right"
devicename: "ht-front-right"
friendly_name: Home Theater Front Right
timezone: America/Los_Angeles
devicetype: Kauf Bulb BR30
uptime_refresh: 60s
wifi_refresh: 120s
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
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