mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-09 23:02:59 +00:00
Include Guest Bedroom in house mode
This commit is contained in:
@@ -151,6 +151,7 @@ light:
|
||||
- light.living_room
|
||||
- light.master_bedroom
|
||||
- light.hallway
|
||||
- light.light_lohas_6
|
||||
|
||||
- platform: group
|
||||
name: Ceiling
|
||||
|
||||
@@ -135,6 +135,10 @@ light:
|
||||
# rgb_value_template: "{{ (value_json.Color[0:2]|int(base=16),value_json.Color[2:4]|int(base=16),value_json.Color[4:6]|int(base=16)) | join(',')}}"
|
||||
qos: 1
|
||||
retain: false
|
||||
effect_command_topic: "cmnd/light_lohas_2/Scheme"
|
||||
effect_state_topic: "tele/light_lohas_2/STATE"
|
||||
effect_value_template: "{{value_json.Scheme}}"
|
||||
effect_list: [0, 1, 2, 3, 4]
|
||||
|
||||
# - platform: mqtt
|
||||
# name: "light_lohas_3"
|
||||
@@ -246,6 +250,10 @@ light:
|
||||
# rgb_value_template: "{{ (value_json.Color[0:2]|int(base=16),value_json.Color[2:4]|int(base=16),value_json.Color[4:6]|int(base=16)) | join(',')}}"
|
||||
qos: 1
|
||||
retain: false
|
||||
effect_command_topic: "cmnd/light_lohas_6/Scheme"
|
||||
effect_state_topic: "tele/light_lohas_6/STATE"
|
||||
effect_value_template: "{{value_json.Scheme}}"
|
||||
effect_list: [0, 1, 2, 3, 4]
|
||||
|
||||
- platform: "mqtt"
|
||||
name: "ledvance_1"
|
||||
|
||||
Reference in New Issue
Block a user