HI,
I found on this forum a button configuration with Button Card.
These buttons allow me to turn on or turn off my lights but I would like to set the brightness and temperature for each bulb. I already carry out this operation with physical buttons.
I am still looking for the right configuration. Do you have any ideas?
See code below:
cards:
- cards:
- entity: light.light_table
brightness: 76
color_temp: 319
icon: 'mdi:ceiling-light'
type: 'custom:button-card'
name: Table
hold_action:
action: more-info
- entity: light.light_sofa
icon: 'mdi:ceiling-light'
brightness: 47
color_temp: 346
name: sofa
hold_action:
action: more-info
type: 'custom:button-card'
type: horizontal-stack
- cards:
- entity: light.door
brightness: 67
color_temp: 285
icon: 'mdi:ceiling-light'
name: door
hold_action:
action: more-info
type: 'custom:button-card'
- entity: light.stairs
brightness: 86
color_temp: 335
icon: 'mdi:ceiling-light'
name: Stairs
hold_action:
action: more-info
type: 'custom:button-card'
type: horizontal-stack
type: vertical-stack
Thank you for your help