Fixing one of the Swngled Lights
This commit is contained in:
parent
a4c13599d4
commit
6b7e02b78b
|
@ -49,7 +49,7 @@ Disney Audio:
|
||||||
- input_boolean.happy_ever_after
|
- input_boolean.happy_ever_after
|
||||||
|
|
||||||
rgb lr:
|
rgb lr:
|
||||||
- light.0xb0ce18140003608a_light_2
|
- light.0xb0ce18140003608a_light
|
||||||
- light.0xb0ce181400051b4c_light_2
|
- light.0xb0ce181400051b4c_light_2
|
||||||
- light.0xb0ce181400051072_light_2
|
- light.0xb0ce181400051072_light_2
|
||||||
|
|
||||||
|
|
|
@ -1,39 +1,39 @@
|
||||||
# Living Room
|
# Living Room
|
||||||
# Sengled LED Lights
|
# Sengled LED Lights
|
||||||
- platform: mqtt
|
# - platform: mqtt
|
||||||
name: "Tower Lamp"
|
# name: "Livingroom Lamp"
|
||||||
state_topic: "smartthings/Tower Lamp/switch"
|
# schema: json
|
||||||
command_topic: "smartthings/Tower Lamp/switch"
|
# command_topic: "homeassistant/0xb0ce18140003608a"
|
||||||
brightness_state_topic: "smartthings/Tower Lamp/level"
|
# brightness_state_topic: "smartthings/Tower Lamp/level"
|
||||||
brightness_command_topic: "smartthings/Tower Lamp/level"
|
# brightness_command_topic: "smartthings/Tower Lamp/level"
|
||||||
color_temp_command_topic: "smartthings/Tower Lamp/colorTemperature"
|
# color_temp_command_topic: "smartthings/Tower Lamp/colorTemperature"
|
||||||
color_temp_state_topic: "smartthings/Tower Lamp/colorTemperature"
|
# color_temp_state_topic: "smartthings/Tower Lamp/colorTemperature"
|
||||||
brightness_scale: 101
|
# brightness_scale: 101
|
||||||
payload_on: "on"
|
# payload_on: "on"
|
||||||
payload_off: "off"
|
# payload_off: "off"
|
||||||
retain: true
|
# retain: true
|
||||||
|
|
||||||
- platform: mqtt
|
# - platform: mqtt
|
||||||
name: "Front Lamp"
|
# name: "Front Lamp"
|
||||||
state_topic: "smartthings/Front Lamp/switch"
|
# state_topic: "smartthings/Front Lamp/switch"
|
||||||
command_topic: "smartthings/Front Lamp/switch"
|
# command_topic: "smartthings/Front Lamp/switch"
|
||||||
brightness_state_topic: "smartthings/Front Lamp/level"
|
# brightness_state_topic: "smartthings/Front Lamp/level"
|
||||||
brightness_command_topic: "smartthings/Front Lamp/level"
|
# brightness_command_topic: "smartthings/Front Lamp/level"
|
||||||
brightness_scale: 101
|
# brightness_scale: 101
|
||||||
payload_on: "on"
|
# payload_on: "on"
|
||||||
payload_off: "off"
|
# payload_off: "off"
|
||||||
retain: true
|
# retain: true
|
||||||
|
|
||||||
- platform: mqtt
|
# - platform: mqtt
|
||||||
name: "Front Door Lamp"
|
# name: "Front Door Lamp"
|
||||||
state_topic: "smartthings/Front Door Lamp/switch"
|
# state_topic: "smartthings/Front Door Lamp/switch"
|
||||||
command_topic: "smartthings/Front Door Lamp/switch"
|
# command_topic: "smartthings/Front Door Lamp/switch"
|
||||||
brightness_state_topic: "smartthings/Front Door Lamp/level"
|
# brightness_state_topic: "smartthings/Front Door Lamp/level"
|
||||||
brightness_command_topic: "smartthings/Front Door Lamp/level"
|
# brightness_command_topic: "smartthings/Front Door Lamp/level"
|
||||||
brightness_scale: 101
|
# brightness_scale: 101
|
||||||
payload_on: "on"
|
# payload_on: "on"
|
||||||
payload_off: "off"
|
# payload_off: "off"
|
||||||
retain: true
|
# retain: true
|
||||||
|
|
||||||
|
|
||||||
# Bedroom
|
# Bedroom
|
||||||
|
|
Loading…
Reference in New Issue