Hey everyone,
Hoping someone might be able to help!
In the Kitchen have 14 lights. I have them spilt into two groups in Philips Hue.
Kitchen half = 6 lights
Kitchen full = All lights
This is my setup in HA
type: grid
columns: 1
square: false
cards:
- type: grid
columns: 6
square: false
cards:
- type: button
tap_action:
action: toggle
entity: light.kitchen_ambiant_1_2
- type: button
tap_action:
action: toggle
entity: light.kitchen_ambiant_4_2
- type: button
tap_action:
action: toggle
entity: light.kitchen_ambiant_3_2
- type: button
tap_action:
action: toggle
entity: light.kitchen_ambiant_2_2
- type: button
tap_action:
action: toggle
entity: light.hue_ambiance_spot_1
- type: button
tap_action:
action: toggle
entity: light.top_landing_2_2
- type: grid
columns: 6
square: false
cards:
- type: button
tap_action:
action: toggle
entity: light.bathroom_light_2_2
- type: button
tap_action:
action: toggle
entity: light.dimmable_light_2_2
- type: button
tap_action:
action: toggle
entity: light.bathroom_light_1_2
- type: button
tap_action:
action: toggle
entity: light.dimmable_light_3_2
- type: button
tap_action:
action: toggle
entity: light.landing_dimmable_4_2
- type: button
tap_action:
action: toggle
entity: light.dimmable_light_1_2
- type: grid
columns: 6
square: false
cards:
- type: button
tap_action:
action: toggle
entity: light.landing_dimmable_3_2
- type: button
tap_action:
action: toggle
entity: light.landing_dimmable_1_2
- type: grid
cards:
- type: button
tap_action:
action: toggle
entity: light.kitchen_half
name: Half Kitchen
show_state: true
- type: button
tap_action:
action: toggle
entity: light.kitchen_all
name: Full Kitchen
show_state: true
Is there anyway, that when the Half Kitchen is on, the Full Kitchen won’t be lit up? and vice versa?
At the moment, if Half Kitchen is on, and I want all the lights on, when I click on Full Kitchen, it turns all the lights off.