-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathyaml.yaml
83 lines (81 loc) · 2.14 KB
/
yaml.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
switch:
- platform: mqtt
name: "Audio Effects"
state_topic: "holidayLights/audio/state"
command_topic: "holidayLights/addEffects"
payload_on: "Audio On"
payload_off: "Audio Off"
retain: false
- platform: mqtt
name: "Add Glitter"
state_topic: "holidayLights/glitter/state"
command_topic: "holidayLights/addEffects"
payload_on: "Glitter On"
payload_off: "Glitter Off"
retain: false
- platform: mqtt
name: "Add Lightning"
state_topic: "holidayLights/lightning/state"
command_topic: "holidayLights/addEffects"
payload_on: "Lightning On"
payload_off: "Lightning Off"
retain: false
light:
- platform: mqtt_json
# the most recent HA requires a different platform
# platform: mqtt
# schema: json
name: "Holiday Lights"
state_topic: "holidayLights/state"
command_topic: "holidayLights/commands"
effect: true
brightness: true
effect_list:
- Color_Chase
- Color_Glitter
- Single_Race
- Double_Crash
- Rainbow
- Blocked_Colors
- BPM
- Twinkle
- Fire
- Fill_Solid
- Spooky_Eyes
- Halloween
- LED_Locator
qos: 1
- platform: mqtt_json
# the most recent HA requires a different platform
# platform: mqtt
# schema: json
name: "Holiday Lights Color 1"
state_topic: "holidayLights/state1"
command_topic: "holidayLights/commands1"
rgb: true
qos: 1
- platform: mqtt_json
# the most recent HA requires a different platform
# platform: mqtt
# schema: json
name: "Holiday Lights Color 2"
state_topic: "holidayLights/state2"
command_topic: "holidayLights/commands2"
rgb: true
qos: 1
- platform: mqtt_json
# the most recent HA requires a different platform
# platform: mqtt
# schema: json
name: "Holiday Lights Color 3"
state_topic: "holidayLights/state3"
command_topic: "holidayLights/commands3"
rgb: true
qos: 1
input_number:
led_identification:
name: LED identification
initial: 0
min: 0
max: 500
step: 1