Add color temperature button to light card (#93)

This commit is contained in:
Julian Schill
2023-11-15 20:34:36 +01:00
committed by GitHub
parent c1d65587e8
commit bf69335a4e

View File

@@ -21,6 +21,7 @@ class LightCard extends AbstractCard {
show_brightness_control: true,
show_color_control: true,
use_light_color: true,
show_color_temp_control: true,
double_tap_action: {
target: {
entity_id: undefined,