forked from sicrob007/Home-Assistant-Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
light.yaml
executable file
·80 lines (73 loc) · 2.35 KB
/
light.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
######## LIGHTS ########
######## LIVING ROOM COUCH LAMP ########
- platform: mqtt
name: "Front Room Lamp"
command_topic: "smartthings/Front Room Lamp/switch"
state_topic: "smartthings/Front Room Lamp/switch"
brightness_command_topic: "smartthings/Front Room Lamp/level"
brightness_state_topic: "smartthings/Front Room Lamp/level"
brightness_scale: 100
qos: 0
payload_on: "on"
payload_off: "off"
retain: true
######## FAMILY ROOM LAMP ########
- platform: mqtt
name: "Back Room Lamp"
command_topic: "smartthings/Back Room Lamp/switch"
state_topic: "smartthings/Back Room Lamp/switch"
brightness_command_topic: "smartthings/Back Room Lamp/level"
brightness_state_topic: "smartthings/Back Room Lamp/level"
brightness_scale: 100
qos: 0
payload_on: "on"
payload_off: "off"
retain: true
######## HALL BATHROOM LIGHT ########
- platform: mqtt
name: "Hall Bathroom Light"
command_topic: "smartthings/Hall 1/switch"
state_topic: "smartthings/Hall 1/switch"
brightness_command_topic: "smartthings/Hall 1/level"
brightness_state_topic: "smartthings/Hall 1/level"
brightness_scale: 100
qos: 0
payload_on: "on"
payload_off: "off"
retain: true
######## HALL OFFICE LIGHT ########
- platform: mqtt
name: "Hall Office Light"
command_topic: "smartthings/Hall 2/switch"
state_topic: "smartthings/Hall 2/switch"
brightness_command_topic: "smartthings/Hall 2/level"
brightness_state_topic: "smartthings/Hall 2/level"
brightness_scale: 100
qos: 0
payload_on: "on"
payload_off: "off"
retain: true
######## HALL OFFICE DESK LIGHT ########
- platform: mqtt
name: "Office Desk Light"
command_topic: "smartthings/Office 1/switch"
state_topic: "smartthings/Office 1/switch"
brightness_command_topic: "smartthings/Office 1/level"
brightness_state_topic: "smartthings/Office 1/level"
brightness_scale: 100
qos: 0
payload_on: "on"
payload_off: "off"
retain: true
######## HALL OFFICE FRONT LIGHT ########
- platform: mqtt
name: "Office Front Light"
command_topic: "smartthings/Office 2/switch"
state_topic: "smartthings/Office 2/switch"
brightness_command_topic: "smartthings/Office 2/level"
brightness_state_topic: "smartthings/Office 2/level"
brightness_scale: 100
qos: 0
payload_on: "on"
payload_off: "off"
retain: true