-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathswitch-deck1.yaml
29 lines (28 loc) · 1003 Bytes
/
switch-deck1.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
substitutions:
device_name: !secret device-name-switch-deck1
friendly_name: Deck Light
detach_relay: "true"
status_light_follows_primary_light_state: "true"
status_inverted: "false"
restore_mode_relay: ALWAYS_ON
restore_mode_light: ALWAYS_OFF
area: Deck
warm_white_color_temperature: "2200 K"
default_white_color_temperature: "2200 K"
wifi_static_ip: !secret ip-switch-deck1
packages:
base: !include common/base.yaml
wifi: !include common/wifi/wifi-mid-upper-lower.yaml
wifi_static_ip: !include common/wifi/wifi-static-ip.yaml
device: !include common/devices/switches/ultrapro.yaml
udp_groups_sender: !include
file: common/udp-groups/udp-groups-light-sender3.yaml
vars:
address1: !secret ip-bulb-deck1
address2: !secret ip-bulb-deck2
address3: !secret ip-switch-deck2
udp_groups_receive: !include
file: common/udp-groups/udp-groups-light-receiver.yaml
vars:
remote_id: 2
remote_switch_id: !secret device-name-switch-deck2