-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliving-lamp-table.yaml
executable file
·58 lines (49 loc) · 1.35 KB
/
living-lamp-table.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
substitutions:
name: "living-lamp-table"
friendly_name: Living Room Lamp Table
timezone: America/Los_Angeles
devicetype: Kauf Bulb BLF10
disable_entities: "true" # set to "false" to have all entities show up in Home Assistant automatically
disable_webserver: "false" # set to "true" to disable webserver listening on port 80.
uptime_refresh: 60s
wifi_refresh: 120s
static_ip: 192.168.51.112
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
fast_connect: false
manual_ip:
static_ip: $static_ip
gateway: $gateway
subnet: $subnet
ap:
ssid: $name
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