mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 16:57:14 +00:00
Version 3
This commit is contained in:
19
lights/kitchen.yaml
Executable file
19
lights/kitchen.yaml
Executable file
@@ -0,0 +1,19 @@
|
||||
- platform: mqtt
|
||||
name: "Kitchen Cabinets"
|
||||
state_topic: "smartthings/Kitchen Cabinets/switch"
|
||||
command_topic: "smartthings/Kitchen Cabinets/switch"
|
||||
brightness_state_topic: "smartthings/Kitchen Cabinets/level"
|
||||
brightness_command_topic: "smartthings/Kitchen Cabinets/level"
|
||||
brightness_scale: 101
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Kitchen Light Strip"
|
||||
state_topic: "smartthings/Kitchen Light Strip/switch"
|
||||
command_topic: "smartthings/Kitchen Light Strip/switch"
|
||||
brightness_state_topic: "smartthings/Kitchen Light Strip/level"
|
||||
brightness_command_topic: "smartthings/Kitchen Light Strip/level"
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
20
lights/living_room.yaml
Executable file
20
lights/living_room.yaml
Executable file
@@ -0,0 +1,20 @@
|
||||
- platform: mqtt
|
||||
name: "Tower Lamp"
|
||||
state_topic: "smartthings/Tower Lamp/switch"
|
||||
command_topic: "smartthings/Tower Lamp/switch"
|
||||
brightness_state_topic: "smartthings/Tower Lamp/level"
|
||||
brightness_command_topic: "smartthings/Tower Lamp/level"
|
||||
brightness_scale: 101
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Front Lamp"
|
||||
state_topic: "smartthings/Front Lamp/switch"
|
||||
command_topic: "smartthings/Front Lamp/switch"
|
||||
brightness_state_topic: "smartthings/Front Lamp/level"
|
||||
brightness_command_topic: "smartthings/Front Lamp/level"
|
||||
brightness_scale: 101
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
10
lights/loft.yaml
Executable file
10
lights/loft.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
- platform: mqtt
|
||||
name: "Loft Lamp"
|
||||
state_topic: "smartthings/Loft Lamp/switch"
|
||||
command_topic: "smartthings/Loft Lamp/switch"
|
||||
brightness_state_topic: "smartthings/Loft Lamp/level"
|
||||
brightness_command_topic: "smartthings/Loft Lamp/level"
|
||||
brightness_scale: 101
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
Reference in New Issue
Block a user