mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 16:57:14 +00:00
Updated to V5 Version - Hassio Style
Lots of updates here. Updated my Readme - Added Affiliate Links, added some more information, better organized devices Updated gitignore with paths realtive to my hassio config Combined my switches and lights into single yaml files instead of the directory structure previously Added zigbee2mqtt.yaml to packages - contains automations and such for zigbee2mqtt Archived my previous version in the V4-config branch.
This commit is contained in:
82
config/lights.yaml
Normal file
82
config/lights.yaml
Normal file
@@ -0,0 +1,82 @@
|
||||
# Living Room
|
||||
# Sengled LED Lights
|
||||
- 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"
|
||||
color_temp_command_topic: "smartthings/Tower Lamp/colorTemperature"
|
||||
color_temp_state_topic: "smartthings/Tower Lamp/colorTemperature"
|
||||
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
|
||||
|
||||
- platform: mqtt
|
||||
name: "Front Door Lamp"
|
||||
state_topic: "smartthings/Front Door Lamp/switch"
|
||||
command_topic: "smartthings/Front Door Lamp/switch"
|
||||
brightness_state_topic: "smartthings/Front Door Lamp/level"
|
||||
brightness_command_topic: "smartthings/Front Door Lamp/level"
|
||||
brightness_scale: 101
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
||||
|
||||
# Bedroom
|
||||
|
||||
- platform: mqtt
|
||||
name: "Skylars Lamp"
|
||||
state_topic: "smartthings/Skylars Lamp/switch"
|
||||
command_topic: "smartthings/Skylars Lamp/switch"
|
||||
brightness_state_topic: "smartthings/Skylars Lamp/level"
|
||||
brightness_command_topic: "smartthings/Skylars Lamp/level"
|
||||
brightness_scale: 101
|
||||
payload_on: "on"
|
||||
payload_off: "off"
|
||||
retain: true
|
||||
|
||||
# Outside
|
||||
- platform: mqtt
|
||||
name: "Side Door Light"
|
||||
command_topic: "zwave2mqtt/nodeID_29/38/1/0/set"
|
||||
brightness_command_topic: "zwave2mqtt/nodeID_29/38/1/0/set"
|
||||
brightness_scale: 99
|
||||
brightness_state_topic: "zwave2mqtt/nodeID_29/38/1/0"
|
||||
on_command_type: "brightness"
|
||||
payload_off: 0
|
||||
|
||||
# Kitchen
|
||||
|
||||
- platform: mqtt
|
||||
name: "Kitchen Cabinets"
|
||||
command_topic: "zwave2mqtt/kitchen_cabinets/38/1/0/set"
|
||||
brightness_command_topic: "zwave2mqtt/kitchen_cabinets/38/1/0/set"
|
||||
brightness_scale: 99
|
||||
brightness_state_topic: "zwave2mqtt/kitchen_cabinets/38/1/0"
|
||||
on_command_type: "brightness"
|
||||
payload_off: 0
|
||||
retain: true
|
||||
|
||||
- platform: mqtt
|
||||
name: "Kitchen Cabinet Lights"
|
||||
command_topic: "zwave2mqtt/kitchen_strip/38/1/0/set"
|
||||
brightness_command_topic: "zwave2mqtt/kitchen_strip/38/1/0/set"
|
||||
brightness_scale: 99
|
||||
brightness_state_topic: "zwave2mqtt/kitchen_strip/38/1/0"
|
||||
on_command_type: "brightness"
|
||||
payload_off: 0
|
||||
retain: true
|
Reference in New Issue
Block a user