-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.yaml
More file actions
42 lines (34 loc) · 699 Bytes
/
Copy pathtest.yaml
File metadata and controls
42 lines (34 loc) · 699 Bytes
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
---
esphome:
name: test
platform: ESP32
board: esp32dev
wifi:
ssid: wifi_ssid
password: wifi_password
fast_connect: true
logger:
external_components:
- source: components
esp32_ble_tracker:
ble_client:
- mac_address: "00:00:00:00:00:00"
id: south_window
cover:
- platform: am43
name: "South window blinds"
id: south_window_cover
ble_client_id: south_window
sensor:
- platform: am43
ble_client_id: south_window
battery_level:
name: "AM43 South battery"
illuminance:
name: "AM43 South light"
update_interval: 120s
switch:
- platform: ble_client
name: "South AM43 On"
ble_client_id: south_window
id: south_window_on