mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
v4
This commit is contained in:
0
lights/kitchen.yaml
Executable file → Normal file
0
lights/kitchen.yaml
Executable file → Normal file
10
lights/living_room.yaml
Executable file → Normal file
10
lights/living_room.yaml
Executable file → Normal file
@@ -17,4 +17,14 @@
|
||||
brightness_scale: 101
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
- platform: mqtt
|
||||
name: "Table Lamp"
|
||||
state_topic: "smartthings/Table Lamp/switch"
|
||||
command_topic: "smartthings/Table Lamp/switch"
|
||||
brightness_state_topic: "smartthings/Table Lamp/level"
|
||||
brightness_command_topic: "smartthings/Table Lamp/level"
|
||||
brightness_scale: 101
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
@@ -1,10 +0,0 @@
|
||||
- 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